aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-121-14/+0
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-121-1/+5
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-0/+1
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-122-1/+7
* Implement .cfi_same_value.Rafael Espindola2011-04-122-1/+6
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-123-1/+5
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-121-4/+6
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-121-3/+0
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-113-3/+0
* Skip a binary search when possible.Jakob Stoklund Olesen2011-04-111-0/+2
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-112-1/+70
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-111-13/+0
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-113-1/+2
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-102-9/+2
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-102-2/+9
* drive by bug fix: DenseMapInfo::isEqual should be determined according toChris Lattner2011-04-091-1/+4
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-091-0/+1
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-091-0/+1
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-091-0/+7
* fix doc comment bug, noticed by JochenChris Lattner2011-04-091-2/+2
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-081-0/+5
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-1/+4
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-071-1/+7
* Added a check in the preRA scheduler for potential interference on aAndrew Trick2011-04-071-6/+7
* Expose more passes to the C API.Rafael Espindola2011-04-071-0/+12
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-071-0/+4
* Add support for ArrayRef in IRBuilder's CreateCall.Nick Lewycky2011-04-071-0/+6
* Fix typo in doxy-comment.Nick Lewycky2011-04-061-1/+1
* Replace const std::vector& with ArrayRef in the type creation APIs.Nick Lewycky2011-04-061-5/+5
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-061-2/+10
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-061-0/+20
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-3/+3
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-051-1/+1
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-051-0/+1
* Add support to encode function's template parameters.Devang Patel2011-04-052-2/+7
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-054-35/+3
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-15/+280
* Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...Jakob Stoklund Olesen2011-04-051-0/+5
* Cache the fairly expensive last split point computation and provide a fastJakob Stoklund Olesen2011-04-051-0/+4
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-051-1/+1
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-3/+26
* Stop caching basic block index ranges now that SlotIndexes can keep up.Jakob Stoklund Olesen2011-04-041-0/+10
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-041-1/+5
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-041-7/+7
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-0/+20
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-031-0/+77
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-033-10/+6
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-021-4/+0