aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367.Craig Topper2012-02-031-3/+40
* Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich2012-02-031-0/+4
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-0325-268/+565
* whitespaceAndrew Trick2012-02-038-47/+47
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-0314-5/+85
* Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich2012-02-031-0/+2
* Incorporate suggestions Chad, Jakob and Evan's suggestions on r149957.Lang Hames2012-02-031-22/+33
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-032-32/+88
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-037-189/+45
* Narrow test further. Make bot and test happy.Jim Grosbach2012-02-031-1/+3
* Tidy up. Trailing whitespace.Jim Grosbach2012-02-031-55/+55
* Restrict InstCombine from converting varargs to or from fixed args.Jim Grosbach2012-02-031-0/+7
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-033-5/+51
* Require non-NULL register masks.Jakob Stoklund Olesen2012-02-026-15/+12
* build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar2012-02-021-0/+4
* build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de...Daniel Dunbar2012-02-021-1/+2
* Add pseudo-registers for pairs, triples, and quads of D registers.Jakob Stoklund Olesen2012-02-021-15/+70
* Unix line endingsMatt Beaumont-Gay2012-02-022-33/+33
* BBVectorize: Simplify code, no functionality change.Benjamin Kramer2012-02-021-9/+3
* Minor changes from review.Hal Finkel2012-02-021-19/+17
* Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi2012-02-021-0/+0
* Minor change in signature of the getZeroVector() Elena Demikhovsky2012-02-021-30/+21
* Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky2012-02-025-0/+84
* Unbreak the MSVC build.Francois Pichet2012-02-021-1/+1
* Re-apply the coalescer fix from r149147. Commit r149597 should have fixed the...Lang Hames2012-02-021-0/+24
* Set EFLAGS correctly in EmitLoweredSelect on X86.Lang Hames2012-02-022-31/+33
* Break as soon as the MustMapCurValNos flag is set - no need to reiterate.Lang Hames2012-02-021-1/+3
* Vectorize long blocks in groups.Hal Finkel2012-02-021-41/+90
* PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames2012-02-022-11/+38
* Set the correct stack pointer register.Akira Hatanaka2012-02-021-1/+1
* Expand EHSELECTION and EHSELECTION nodes. Set the correct exception pointer andAkira Hatanaka2012-02-021-2/+4
* Add DWARF numbers of 64-bit registers.Akira Hatanaka2012-02-021-64/+64
* Regen one last time.Eric Christopher2012-02-021-1/+1
* autoconf: fix build/src dir confusionDylan Noblesmith2012-02-021-1/+1
* Regenerate again.Eric Christopher2012-02-021-1/+4
* autoconf: restore old clang-srcdir behaviorDylan Noblesmith2012-02-021-1/+4
* Regenerate configure.Eric Christopher2012-02-021-5/+8
* autoconf: honor --with-clang-srcdirDylan Noblesmith2012-02-021-4/+4
* TypoPete Cooper2012-02-011-1/+1
* Fix the cmake buildRafael Espindola2012-02-011-0/+1
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-0153-591/+1121
* Move ARM subreg index compositions to the SubRegIndex itself.Jakob Stoklund Olesen2012-02-011-28/+22
* Specify SubRegIndex components on the index itself.Jakob Stoklund Olesen2012-02-013-26/+82
* fix cmakeAndrew Trick2012-02-011-1/+1
* Fix a bug in the TopoOrderRC comparison function.Jakob Stoklund Olesen2012-02-011-1/+1
* Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang2012-02-012-2/+30
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-0116-7/+1142
* Avoid emitting empty arrays, they're not standard C++.Jakob Stoklund Olesen2012-02-011-6/+11
* Tidy up.Chad Rosier2012-02-011-1/+1
* cmake: make BUILD_SHARED_LIBS a visible optionDylan Noblesmith2012-02-011-0/+3