aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Initialize DenseSets lazily.Benjamin Kramer2011-07-211-1/+1
* Sink parts of TargetRegisterClass into MCRegisterClass.Benjamin Kramer2011-07-212-73/+83
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-214-30/+38
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-211-0/+6
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-214-59/+84
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-19/+15
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-201-8/+0
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-0/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-206-54/+19
* Regenerate configure and friends for Chad.Eric Christopher2011-07-201-1/+4
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-204-34/+38
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-206-254/+294
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-0/+3
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-191-0/+4
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-192-3/+13
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-192-13/+3
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-191-1/+3
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-191-8/+8
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+3
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-191-2/+4
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-191-0/+4
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-191-0/+4
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-191-0/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-1910-27/+165
* Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...Eli Friedman2011-07-191-5/+2
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-192-3/+13
* Revert r135423.Devang Patel2011-07-191-4/+0
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-191-0/+1
* Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling2011-07-191-7/+7
* Add a field for the compact unwind encoding.Bill Wendling2011-07-191-1/+2
* Move the compact encoding from the target-specific library to the code-genBill Wendling2011-07-181-0/+9
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-181-8/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-186-23/+22
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-4/+16
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-187-48/+106
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-181-0/+4
* various cleanups noticed by FritsChris Lattner2011-07-181-7/+7
* remove pastoChris Lattner2011-07-181-4/+0
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-181-1/+1
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-1/+1
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-181-1/+47
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-1845-374/+374
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-181-0/+22
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-181-1/+1
* introduce a new TinyPtrVector class.Chris Lattner2011-07-181-0/+115
* Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-161-5/+3
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-163-2/+60
* Fix SCEVEXpander to handle arbitrary phi expansion. Includes twoAndrew Trick2011-07-161-2/+2
* deconstify getType()'s.Chris Lattner2011-07-151-3/+3
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-151-0/+3