summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-15
* Add 3DNow! intrinsics.Michael J. Spencer2011-04-15
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-14
* Fix whitespace and tabs.Michael J. Spencer2011-04-14
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-14
* Add an option to not print the alias of an instruction. It defaults to "printBill Wendling2011-04-13
* Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky2011-04-13
* Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu2011-04-13
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-13
* Remove some redundant llvm:: prefixes.Jay Foad2011-04-13
* Fix a comment.Jay Foad2011-04-13
* PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.Jay Foad2011-04-13
* Fix typo in comment.Jay Foad2011-04-13
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-13
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-13
* Reapply r129401 with patch for clang.Bill Wendling2011-04-13
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-12
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-12
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-12
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* Make IRBuilder support StringRef for building strings.Nick Lewycky2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* 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
* 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