aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(false) followed by a return to llvm_unreachableCraig Topper2012-04-041-2/+1
* Remove default case from switch that was already covering all cases.Craig Topper2012-04-041-1/+0
* Removed useless switch for default case when switch was covering all the enum...Pete Cooper2012-04-041-1/+0
* Fix the install location for the Embedded makefile target.Bob Wilson2012-04-031-1/+1
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-032-22/+2
* Remove dead code for installing libLTO when building llvmCore.Bob Wilson2012-04-032-37/+7
* Add YAML parser to Support.Michael J. Spencer2012-04-03182-0/+4586
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-033-0/+42
* Removed one last bad continue statement meant to be removed in r153914.Pete Cooper2012-04-031-1/+0
* When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson2012-04-031-0/+10
* Remove a reference to the C backend.Bob Wilson2012-04-031-1/+1
* Fix an issue in SimplifySetCC() specific to vector comparisons.Chad Rosier2012-04-031-2/+10
* Set soname for FreeBSD as well.Anton Korobeynikov2012-04-031-2/+2
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-032-1/+48
* Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames2012-04-031-0/+6
* ARMDisassembler: drop bogus dependency on ARMCodeGenDylan Noblesmith2012-04-032-3/+2
* Object: drop bogus VMCore dependencyDylan Noblesmith2012-04-031-1/+1
* The speedup doesn't appear to have been from this, but was an anomaly of my t...Bill Wendling2012-04-031-1/+0
* Reserve space for the eventual filling of the vector. This gives a small spee...Bill Wendling2012-04-031-4/+3
* Add an additional testcase which checks ops with multiple users.Nadav Rotem2012-04-031-0/+12
* Make PPCCompilationCallbackC function to be static, so there will be no need ...Anton Korobeynikov2012-04-031-3/+5
* Tidy up spacing in some tablegen outputs.Craig Topper2012-04-032-11/+9
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-039-41/+832
* Reformatting. No functionality change.Bill Wendling2012-04-031-18/+19
* As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling2012-04-031-10/+8
* Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka2012-04-0312-0/+0
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-0321-2967/+104
* MIPS disassembler support.Akira Hatanaka2012-04-0321-104/+2967
* Cleanup set_union usage. The same thing but a bit cleaner now.Andrew Trick2012-04-031-1/+1
* Use std::set_union instead of nasty custom code.Andrew Trick2012-04-031-13/+3
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-036-5/+29
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-032-5/+10
* Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling2012-04-021-16/+26
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-029-8/+8
* Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola2012-04-021-21/+12
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-026-17/+38
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-028-93/+76
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-023-6/+13
* Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson2012-04-022-3/+17
* During two-address lowering, rescheduling an instruction does not untieLang Hames2012-04-022-2/+26
* No need to run llvm-as.Rafael Espindola2012-04-021-1/+1
* Initial 64 bit direct object support.Akira Hatanaka2012-04-026-29/+82
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-022-0/+6
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-023-2/+29
* Turn on the accelerator tables for Darwin.Eric Christopher2012-04-021-0/+6
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-022-4/+75
* Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky2012-04-021-1/+10
* Second part for the 153874 oneSilviu Baranga2012-04-021-3/+3
* Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga2012-04-021-0/+15
* Add missing 'd'.Rafael Espindola2012-04-021-1/+1