summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Make EmitAtomic functions return the correct MachineBasicBlocks so thatAkira Hatanaka2011-07-19
* Do not insert instructions in reverse order.Akira Hatanaka2011-07-19
* Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...Eli Friedman2011-07-19
* Update docs to reflect r135457.Devang Patel2011-07-19
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-19
* Revert r135423.Devang Patel2011-07-19
* Document how to maintain a git-svn clone of the LLVM git repositories.Jeffrey Yasskin2011-07-19
* Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...Bill Wendling2011-07-19
* Use the CompactUnwindEncoding from the Frame, if it's defined.Bill Wendling2011-07-19
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-19
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling2011-07-19
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-19
* Add a field for the compact unwind encoding.Bill Wendling2011-07-19
* Move the compact encoding from the target-specific library to the code-genBill Wendling2011-07-18
* Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...Owen Anderson2011-07-18
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-18
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ...Owen Anderson2011-07-18
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* FileCheck-ize a couple tests.Eli Friedman2011-07-18
* Compiler warning.Andrew Trick2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-18
* indvars: LinearFunctionTestReplace for non-canonical IVs.Andrew Trick2011-07-18
* Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka2011-07-18
* Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka2011-07-18
* Re-apply r135319 with a fix for the constant island pass.Owen Anderson2011-07-18
* Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen2011-07-18
* indvars: Added verification that LFTR and other indvars goodness doesAndrew Trick2011-07-18
* indvars: Added isHighCostExpansion. Avoid generating extra ops in theAndrew Trick2011-07-18
* Be more smart with VCVTSS2SD. Also place the patterns close to theBruno Cardoso Lopes2011-07-18
* Add AVX 128-bit sqrt versionsBruno Cardoso Lopes2011-07-18
* Change destination register operands of SC instructions so that uniqueAkira Hatanaka2011-07-18
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* various cleanups noticed by FritsChris Lattner2011-07-18
* remove pastoChris Lattner2011-07-18
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-18
* Delete empty unused file.Nick Lewycky2011-07-18
* Fix PR10387.Jakob Stoklund Olesen2011-07-18
* document this api change.Chris Lattner2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* update for recent api changes. I have a hard time believing that this is act...Chris Lattner2011-07-18
* update this to build with a recent IRBuilder change and de-constify types.Chris Lattner2011-07-18
* LLC doesn't need to create MCInstrInfo's.Evan Cheng2011-07-18
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-18
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-18