summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-03R600/SI: Add support for new vector intrinsic related callbacksradeonsi-backup2Vincent Lejeune2-0/+101
2014-05-03SLP: Add a TTI callback for intrinsicsVincent Lejeune4-24/+117
2014-05-03Revert "R600/SI: Start working on a Scheduler for SI."Vincent5-71/+14
2014-05-03R600/SI: Start working on a Scheduler for SI.Vincent Lejeune5-14/+71
2014-05-03R600/SI: Add a SIBufferLoadMerger passVincent Lejeune3-0/+164
2014-05-03R600/SI: Support for vector overloads of load_constVincent Lejeune4-6/+58
2014-05-03R600/SI: Fold fabs/fneg into src input modifierVincent Lejeune3-2/+53
2014-05-01R600/SI: Prettier display of input modifiersVincent Lejeune10-41/+82
2014-05-01R600/SI: Use pseudo instruction for fabs/clamp/fnegVincent Lejeune2-4/+74
2014-05-01Fix uninitialized variable introduced in r207739.David Blaikie1-1/+1
2014-05-01Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola3-4/+3
2014-05-01Update and sort CMakeLists.Benjamin Kramer1-5/+6
2014-05-01Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky9-4/+774
2014-05-01DebugInfo: Correct the attribute type kind.David Blaikie1-2/+2
2014-05-01PR19623: Implement typedefs of void.David Blaikie2-1/+32
2014-05-01Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...Aaron Ballman1-2/+3
2014-05-01R600/SI: Fix verifier error with pseudo store instructions.Matt Arsenault4-5/+5
2014-05-01Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2-11/+10
2014-05-01Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola3-26/+29
2014-05-01[ARM64] Prefer generation of bzero on Darwin onlyBradley Smith2-7/+17
2014-05-01Make getBaseSymbol non recursive.Rafael Espindola1-3/+5
2014-05-01Don't force symbols to be globals in .thumb_set.Rafael Espindola2-20/+12
2014-05-01Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-M...Yaron Keren1-8/+4
2014-05-01AArch64/ARM64: rewrite test to use FileCheck & add ARM64 linesTim Northover1-22/+45
2014-05-01AArch64/ARM64: port basic disassembly tests to ARM64.Tim Northover8-1145/+1153
2014-05-01AArch64/ARM64: print BFM instructions as BFI or BFXILTim Northover8-82/+94
2014-05-01[LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth3-0/+76
2014-05-01[LCG] Don't lookup the child SCC twice. Spotted this by inspection, andChandler Carruth1-2/+2
2014-05-01[LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth3-0/+49
2014-05-01[llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan1-5/+2
2014-05-01Correction to assert statemtent to allow 32-bit unsigned numbers with the top...Richard Barton2-2/+9
2014-05-01Revert r205965, which essentially reverts r205018 for the second time.Chandler Carruth2-89/+30
2014-05-01[llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2-5/+34
2014-05-01[LCG] Fix a bad bug in the new fancy iterator scheme I added to supportChandler Carruth1-18/+15
2014-05-01[ARM64] Conditionalize CPU specific system registers on subtarget featuresBradley Smith7-20/+84
2014-05-01[mips] Move expansion of .cpsetup to target streamer.Matheus Almeida4-62/+133
2014-05-01[mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, a...Daniel Sanders12-50/+1
2014-05-01Record the DWARF version in MCContextOliver Stannard4-5/+28
2014-05-01ARM: fix memory leak, simplify WoA stack probingSaleem Abdulrasool1-9/+3
2014-05-01ARM: support expanding external symbols in 32-bit movesSaleem Abdulrasool1-2/+14
2014-05-01Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2-37/+29
2014-05-01If necessary for indirect encodings, emit stubs.Joerg Sonnenberger1-0/+22
2014-05-01Start fixing pr19147.Rafael Espindola2-10/+32
2014-04-30LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes.David Blaikie2-10/+12
2014-04-30Forgotten reformatting.David Blaikie1-5/+9
2014-04-30LexicalScopes: use unique_ptr to own LexicalScope objects.David Blaikie2-18/+20
2014-04-30Add missing breaks.Joerg Sonnenberger1-0/+3
2014-04-30Switch over getArch()'s result.Joerg Sonnenberger1-15/+28
2014-04-30Use a single data structure to store all user variables in DwarfDebugAlexey Samsonov3-19/+15
2014-04-30Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie6-48/+14