summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-16
* Thumb2 ADR assembly parsing w/o the .w suffix.Jim Grosbach2011-12-15
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-15
* llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar2011-12-15
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-15
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman2011-12-15
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-15
* [asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany2011-12-15
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-15
* ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach2011-12-15
* Enable proper constant island alignment by default.Jakob Stoklund Olesen2011-12-15
* Add missing zmovl AVX patterns which were causing crashes.Chad Rosier2011-12-15
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-15
* Silence warning.Jim Grosbach2011-12-15
* ARM NEON two-register double spaced register list parsing support.Jim Grosbach2011-12-15
* Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier2011-12-15
* Zap unnecessary semicolons.Eli Friedman2011-12-15
* Set specific target cpu for testcase.Lang Hames2011-12-15
* Added test case for r146671.Lang Hames2011-12-15
* Use the proper comparator for set_intersection.Jakob Stoklund Olesen2011-12-15
* Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...Lang Hames2011-12-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-15
* Virtual table holder field is either metadata or null. Devang Patel2011-12-15
* Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel2011-12-15
* Synthesize missing register class intersections.Jakob Stoklund Olesen2011-12-15
* Pass optLevel to XCoreDAGToDAGISel.Richard Osborne2011-12-15
* Fix test.Eli Friedman2011-12-15
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-15
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-15
* Use SmallVector/assign(), rather than std::vector/push_back().Chad Rosier2011-12-15
* Add support for lowering fneg when AVX is enabled.Chad Rosier2011-12-15
* Added InstCombine for "select cond, ~cond, x" type patternsPete Cooper2011-12-15
* Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...Owen Anderson2011-12-15
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-15
* Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling2011-12-15
* Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby2011-12-15
* The saved registers weren't being processed in the correct order. This lead toBill Wendling2011-12-14
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Consider CPE alignment in CreateNewWater().Jakob Stoklund Olesen2011-12-14
* ARM NEON better assembly operand range checking for lane indices of VLD/VST.Jim Grosbach2011-12-14
* ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach2011-12-14
* Do not sink instruction, if it is not profitable.Devang Patel2011-12-14
* Add a blurb about MachineInstr bundling support.Evan Cheng2011-12-14
* Reapply r146481 with a fix to create the Builder value in the correct place andBill Wendling2011-12-14
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* LSR: Fold redundant bitcasts on-the-fly.Andrew Trick2011-12-14
* ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14