Age | Commit message (Expand) | Author |
2012-02-04 | Move TargetPassConfig implementation into Passes.cpp | Andrew Trick |
2012-02-04 | Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options | Andrew Trick |
2012-02-04 | cmake: update outdated CPack version info | Dylan Noblesmith |
2012-02-04 | Object: avoid undefined behavior when bounds-checking | Dylan Noblesmith |
2012-02-04 | autoconf: fix clang detection | Dylan Noblesmith |
2012-02-04 | Emit new property tag. | Devang Patel |
2012-02-04 | Update llvm debug version to support new structure and tag for Objective-C pr... | Devang Patel |
2012-02-04 | Introduce DIObjCProperty. This will be used to encode objective-c property. | Devang Patel |
2012-02-04 | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. | Chad Rosier |
2012-02-04 | Update to the new EH system...remove OLD EH code. | Bill Wendling |
2012-02-04 | Drop ZeroIndex and InvalidIndex. | Jakob Stoklund Olesen |
2012-02-03 | Add new tag and an attribute to support debug info for objective-c property. | Devang Patel |
2012-02-03 | Trim headers. | Jakob Stoklund Olesen |
2012-02-03 | Delete some dead code. | Jakob Stoklund Olesen |
2012-02-03 | [fast-isel] Add support for URem. | Chad Rosier |
2012-02-03 | Handle register mask operands in setPhysRegsDeadExcept(). | Jakob Stoklund Olesen |
2012-02-03 | [fast-isel] Rename isZExt to isSigned. No functional change intended. | Chad Rosier |
2012-02-03 | Increment DFAStateEntryTable index for sentinel entry. | Brendon Cahoon |
2012-02-03 | [fast-isel] Add support for UDIV. | Chad Rosier |
2012-02-03 | ArrayRef'ize MI::setPhysRegsDeadExcept(). | Jakob Stoklund Olesen |
2012-02-03 | Handle all live physreg defs in the same place. | Jakob Stoklund Olesen |
2012-02-03 | [fast-isel] Add support for FPToUI. Also add test cases for FPToSI. | Chad Rosier |
2012-02-03 | Initialize all common codegen passes before configuration so we can use their... | Andrew Trick |
2012-02-03 | [fast-isel] Add support for selecting UIToFP. | Chad Rosier |
2012-02-03 | Simplify some GEP checks in the verifier. | Duncan Sands |
2012-02-03 | The type-legalizer often scalarizes code. One of the common patterns is extra... | Nadav Rotem |
2012-02-03 | Remove getShuffleVPERMILPImmediate function, getShuffleSHUFImmediate performs... | Craig Topper |
2012-02-03 | Allow command-line overrides of the target triple with the Mach-O | Cameron Zwarich |
2012-02-03 | Remove unnecessary qualification on 256-bit vector handling in LowerBUILD_VEC... | Craig Topper |
2012-02-03 | Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367. | Craig Topper |
2012-02-03 | Do the same fix as r149667, but for the Mach-O disassembler. | Cameron Zwarich |
2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick |
2012-02-03 | whitespace | Andrew Trick |
2012-02-03 | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka |
2012-02-03 | Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS | Cameron Zwarich |
2012-02-03 | Incorporate suggestions Chad, Jakob and Evan's suggestions on r149957. | Lang Hames |
2012-02-03 | Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the | Dan Gohman |
2012-02-03 | Replace the old --with-cxx-* configure options with a single --with-gcc-toolc... | Rafael Espindola |
2012-02-03 | Narrow test further. Make bot and test happy. | Jim Grosbach |
2012-02-03 | Tidy up. Trailing whitespace. | Jim Grosbach |
2012-02-03 | Restrict InstCombine from converting varargs to or from fixed args. | Jim Grosbach |
2012-02-03 | Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs." | Jim Grosbach |
2012-02-02 | Require non-NULL register masks. | Jakob Stoklund Olesen |
2012-02-02 | build/make: Ensure make clean removes the LLVMBuild makefile fragment. | Daniel Dunbar |
2012-02-02 | build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de... | Daniel Dunbar |
2012-02-02 | Add pseudo-registers for pairs, triples, and quads of D registers. | Jakob Stoklund Olesen |
2012-02-02 | Unix line endings | Matt Beaumont-Gay |
2012-02-02 | BBVectorize: Simplify code, no functionality change. | Benjamin Kramer |
2012-02-02 | Minor changes from review. | Hal Finkel |
2012-02-02 | Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now.... | NAKAMURA Takumi |