aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary throw() specifications; LLVM doesn't use exceptions.Dan Gohman2009-08-112-4/+4
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-1119-116/+116
* Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...Jim Grosbach2009-08-112-2/+6
* Remove unnecessary casts.Dan Gohman2009-08-113-3/+3
* Add const qualifiers.Dan Gohman2009-08-111-2/+2
* Remove an unnecessary mutable.Dan Gohman2009-08-111-1/+1
* Regenerate per request of Gabor Greif (r78628)Shantonu Sen2009-08-112-64/+89
* Silence MSVC warning.Benjamin Kramer2009-08-111-1/+1
* Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng2009-08-119-37/+78
* Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form toEvan Cheng2009-08-113-47/+177
* 80 column violation.Evan Cheng2009-08-111-2/+2
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-112-10/+10
* Cosmetic changes.Evan Cheng2009-08-111-8/+8
* Adding a blank line back.Evan Cheng2009-08-111-0/+1
* Link metadata.Devang Patel2009-08-113-0/+32
* Remove dead metadata.Devang Patel2009-08-115-2/+34
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-113-36/+66
* Fix a -Asserts warning.Daniel Dunbar2009-08-111-4/+4
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-112-16/+58
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-1123-308/+253
* Fix a few more places in TableGen that need to handle EVT::vAny types.Bob Wilson2009-08-111-2/+4
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-112-11/+10
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-112-1/+6
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-111-2/+35
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-115-0/+118
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-112-4/+18
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-112-75/+273
* Fixed more problems caused by 78142.Sanjiv Gupta2009-08-112-2/+5
* Replace DOUT.David Goodwin2009-08-112-19/+21
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-113-14/+16
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-118-15/+54
* Added the x86 INT instructions; both the special-case INT 3 and the general-caseSean Callanan2009-08-111-0/+4
* Fix bug in NEON convert for single-precision FP. This also fixes the tblgen w...David Goodwin2009-08-111-4/+4
* Lay the groundwork for my upcoming ilist sentinel shrinking patchGabor Greif2009-08-111-0/+11
* Add stdlib.hJim Grosbach2009-08-111-0/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-1125-80/+333
* Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng2009-08-1027-85/+241
* Modified VNInfo. The "copy" member is now a union which holds the copy for a ...Lang Hames2009-08-107-46/+67
* Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman2009-08-102-3/+32
* Fix a bug where DAGCombine was producing an illegal ConstantFPDan Gohman2009-08-102-19/+12
* Use FileCheck.David Goodwin2009-08-104-20/+28
* Use FileCheck... its good for you...David Goodwin2009-08-102-10/+14
* Remove MDNode from ValueMap when MDNode is destroyed.Devang Patel2009-08-102-1/+10
* Fix test.David Goodwin2009-08-101-1/+3
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10104-7079/+7079
* Whitespace, 80-column, and isTwoAddress -> Constraints = "" changes.Eric Christopher2009-08-101-32/+48
* Rename MDNodeSet as MDNodes.Devang Patel2009-08-102-2/+2
* Fix test.David Goodwin2009-08-101-2/+1
* Align comments.Devang Patel2009-08-101-1/+1
* Use NEON for single-precision int<->FP conversions.David Goodwin2009-08-107-21/+111