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