summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Remove IntegerType constness from TargetDataTobias Grosser2011-07-12
* simplify assertions to not be completely redundant.Chris Lattner2011-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
* TypeMap had a destructor that destroyed the types it held. DenseMap did not, soNick Lewycky2011-07-12
* indvars: Code reorganization in preparation forAndrew Trick2011-07-12
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-11
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-11
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Remove mentions of type planes.Jay Foad2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* Fix <rdar://problem/9751331>.Cameron Zwarich2011-07-11
* Silence -Wunused-variable in release builds.Chandler Carruth2011-07-10
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-10
* Don't analyze block if it's not considered for ifcvt anymore.Jakub Staszak2011-07-10
* the various ConstantExpr::get*Ty methods existed to work with issues aroundChris Lattner2011-07-09
* don't load element before checking to see if it is valid.Chris Lattner2011-07-09
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-09
* stop using WriteTypeSymbolic.Chris 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
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-09
* Revert accidental commit.Evan Cheng2011-07-09
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Oops, didn't mean to commit that.Jakob Stoklund Olesen2011-07-09
* Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...Lang Hames2011-07-09
* Hoist spills within a basic block.Jakob Stoklund Olesen2011-07-09
* Really force on 64bit for 64-bit targets. Should fix remaining failures on u...Eli Friedman2011-07-08
* Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c...Eli Friedman2011-07-08
* Fix indentation.Evan Cheng2011-07-08
* Fix comment.Evan Cheng2011-07-08
* Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng2011-07-08
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-08
* Mark tBRIND as predicable.Jim Grosbach2011-07-08
* Restore old behavior. Always auto-detect features unless cpu or features are ...Evan Cheng2011-07-08
* Pseudo-ize tBRIND.Jim Grosbach2011-07-08
* Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman2011-07-08
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-08
* Reapply a fixed version of r133285.Bob Wilson2011-07-08
* Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach2011-07-08
* Add _allrem, _aullrem and _allmul to the runtime for MSVC.Julien Lerouge2011-07-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* For non-x86 host, used generic as CPU name.Evan Cheng2011-07-08
* Pseudo-ize tBX_RET and tBX_RET_vararg.Jim Grosbach2011-07-08
* Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo.Benjamin Kramer2011-07-08