summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Skip a binary search when possible.Jakob Stoklund Olesen2011-04-11
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-11
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* drive by bug fix: DenseMapInfo::isEqual should be determined according toChris Lattner2011-04-09
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-09
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-09
* fix doc comment bug, noticed by JochenChris Lattner2011-04-09
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-07
* Added a check in the preRA scheduler for potential interference on aAndrew Trick2011-04-07
* Expose more passes to the C API.Rafael Espindola2011-04-07
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Add support for ArrayRef in IRBuilder's CreateCall.Nick Lewycky2011-04-07
* Fix typo in doxy-comment.Nick Lewycky2011-04-06
* Replace const std::vector& with ArrayRef in the type creation APIs.Nick Lewycky2011-04-06
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-06
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-06
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-06
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-05
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-05
* Add support to encode function's template parameters.Devang Patel2011-04-05
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05
* Fix a typo.Andrew Trick2011-04-05
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-05
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-05
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-05
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-05
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-04
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-04
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-04
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-03
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-03
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-03
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-02
* Use basic block numbers as indexes when mapping slot index ranges.Jakob Stoklund Olesen2011-04-02
* Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich2011-04-02
* Various Instructions' resizeOperands() methods are only used to grow theJay Foad2011-04-01
* Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.Evan Cheng2011-04-01
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Fix whitespace.Michael J. Spencer2011-03-31
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-30