summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Fix static function names in CodingStandards examples.Andrew Trick2012-09-201-6/+6
* Convert some attribute existence queries over to use the predicate methods.Bill Wendling2012-09-194-38/+38
* ARM: Tidy up IntrinsicsARM.td a bit.Jim Grosbach2012-09-191-225/+207
* Add predicates for queries on whether an attribute exists.Bill Wendling2012-09-192-7/+87
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-195-64/+155
* Soften the pattern-can-never-match error in TableGen into a warning. This pat...Owen Anderson2012-09-191-2/+5
* Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson2012-09-191-0/+8
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-192-9/+182
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-196-90/+747
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-196-33/+188
* Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands2012-09-192-0/+34
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-192-9/+41
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-192-2/+2
* Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao2012-09-192-177/+142
* Renaming functions to match coding style guidelinesMichael Ilseman2012-09-191-4/+4
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-191-1/+1
* Doxygen-ify commentsMichael Ilseman2012-09-191-8/+16
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-191-0/+6
* Put the * and & next to the variable, rather than the type.Michael Ilseman2012-09-191-73/+73
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-191-0/+8
* Forward declarationsMichael Ilseman2012-09-191-0/+4
* GCC doesn't understand that OrigAliasResult having a value is correlated withDuncan Sands2012-09-191-1/+1
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-193-61/+347
* SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg2012-09-192-9/+42
* Fix minor typo in IntervalPartition.hWill Dietz2012-09-191-2/+2
* Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola2012-09-191-87/+14
* InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...Benjamin Kramer2012-09-191-1/+1
* IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer2012-09-191-7/+5
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-191-7/+0
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-191-1/+1
* rename testNadav Rotem2012-09-191-0/+0
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-193-14/+99
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-192-4/+198
* Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper2012-09-195-41/+4
* whitespace.Nadav Rotem2012-09-191-9/+0
* Add explicit VEX_L tags to all 256-bit instructions. This will allow us to re...Craig Topper2012-09-193-240/+254
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-191-0/+4
* SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick2012-09-193-7/+44
* De-nest if's and fix mix-upSean Silva2012-09-191-41/+37
* Iterate deterministicaly over ClassInfo*'sSean Silva2012-09-191-2/+12
* Iterate deterministically over register classesSean Silva2012-09-191-2/+3
* Refactor Record* by-ID comparator to Record.hSean Silva2012-09-193-18/+19
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-191-1/+1
* Tidy up. Minor formatting.Jim Grosbach2012-09-181-3/+2
* Tidy up. 80 columns.Jim Grosbach2012-09-181-2/+6
* comment typoAndrew Trick2012-09-181-1/+1
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-182-0/+22
* Test commitSean Silva2012-09-181-1/+1
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-183-0/+333
* MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng2012-09-183-3/+16
OpenPOWER on IntegriCloud