summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* There is a cyclic dependency between MC and Target if this method is out-of-l...Bill Wendling2011-07-12
* Delete StructType bodies when destroying a StructType.Benjamin Kramer2011-07-12
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Remove IntegerType constness from TargetDataTobias Grosser2011-07-12
* make the IRBuilder type methods return non-const types.Chris Lattner2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-10
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-10
* - Make BranchProbability constructor public.Jakub Staszak2011-07-10
* finish a thought.Chris Lattner2011-07-10
* the various ConstantExpr::get*Ty methods existed to work with issues aroundChris Lattner2011-07-09
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-09
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* add a #includeChris Lattner2011-07-09
* fix a really bad bug that would cause nested cursors to break,Chris Lattner2011-07-09
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Add an fma TableGen node.Cameron Zwarich2011-07-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-08
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-08
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Move a function out-of-line.Bill Wendling2011-07-07
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-07
* Feature bits are 64-bits.Evan Cheng2011-07-07
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-07
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-07
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-06
* Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky2011-07-06
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-06
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-05
* Speculatively revert r134431.Devang Patel2011-07-05
* Clear debug loc while updating insert point.Devang Patel2011-07-05
* Fix 80-col.Michael J. Spencer2011-07-05
* SuccIterator on bbs without terminator instsTobias Grosser2011-07-04
* Include a source location when complaining about bad inline assembly.Jakob Stoklund Olesen2011-07-02
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-02
* Remove the confusing getDarwinNumber() api and friends.Eric Christopher2011-07-02