aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add AVX matching patterns to Packed Bit Test intrinsics.Bruno Cardoso Lopes2010-08-104-33/+78
* Now that we're using ConstantRange to represent potential values, make use of...Owen Anderson2010-08-101-8/+35
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-101-1/+0
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-101-0/+29
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-101-5/+6
* Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman2010-08-101-64/+141
* Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling2010-08-102-2/+2
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-101-1/+10
* Revert r110718; it broke clang-i386-darwin9.Dan Gohman2010-08-101-1/+1
* Avoid editing the current live interval during remat.Jakob Stoklund Olesen2010-08-101-3/+3
* More debug spewJakob Stoklund Olesen2010-08-101-0/+2
* Turn optimize cmps on by default so that we can get some testing by the nightlyBill Wendling2010-08-101-1/+1
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-102-5/+7
* Switch over to using ConstantRange to track integral values.Owen Anderson2010-08-101-7/+44
* Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel2010-08-102-2/+20
* tests: Don't error out if HOME isn't present in t the environment.Daniel Dunbar2010-08-101-1/+2
* Delete some unused instructions.Evan Cheng2010-08-103-99/+0
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-107-70/+148
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-105-0/+43
* Implement register class inflation.Jakob Stoklund Olesen2010-08-104-2/+50
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-106-90/+70
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-102-5/+14
* Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson2010-08-101-1/+1
* Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen2010-08-103-4/+11
* Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen2010-08-101-1/+1
* Fix silly bug.Rafael Espindola2010-08-101-1/+1
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-101-1/+1
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-103-26/+34
* Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov2010-08-101-51/+6
* Trailing whitespace.Mikhail Glushenkov2010-08-101-2/+2
* Mark this variable as used.Chandler Carruth2010-08-101-0/+1
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-102-2/+24
* Fix failing testcase.Tobias Grosser2010-08-101-1/+1
* Handle TAG_constant for integers.Devang Patel2010-08-103-22/+65
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-106-70/+90
* Update CMake...sorry for the breakage.Bill Wendling2010-08-101-2/+1
* Simplify.Devang Patel2010-08-102-4/+4
* Drop "const". It does not add value here.Devang Patel2010-08-102-10/+10
* Add AVX movnt{pd,ps,dq} 256-bit intrinsicsBruno Cardoso Lopes2010-08-101-0/+7
* Add missing null check reported by Amaury Pouly.Evan Cheng2010-08-101-2/+3
* Add AVX movmsk 256-bit intrinsicsBruno Cardoso Lopes2010-08-101-8/+6
* Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes2010-08-101-10/+0
* Support AVX 256-bit load and store intrinsicsBruno Cardoso Lopes2010-08-102-6/+20
* Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes2010-08-101-1/+1
* Do not include file static variable in pubnames list.Devang Patel2010-08-102-54/+38
* Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman2010-08-101-4/+16
* remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, whichChris Lattner2010-08-101-16/+1
* Patterns to match AVX cmp instructionsBruno Cardoso Lopes2010-08-101-10/+8
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-107-116/+169
* Add matching patterns for vblend AVX intrinsicsBruno Cardoso Lopes2010-08-101-11/+6