summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-04
* Fix comments.Torok Edwin2009-06-04
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-04
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-04
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-03
* PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman2009-06-03
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-03
* Remove some silly code.Daniel Dunbar2009-06-03
* Add StandardPasses.h which embeds the standard compilation passes shared byDaniel Dunbar2009-06-03
* Revert 72650Bruno Cardoso Lopes2009-06-03
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-03
* Change ConstantFoldConstantExpression to accept a nullDan Gohman2009-06-02
* Delete an unnecessary forward declaration.Dan Gohman2009-06-02
* fix build on VC++2k8.Torok Edwin2009-06-02
* Simplify assertion message to avoid confusion.Devang Patel2009-06-02
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-02
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-02
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-01
* Dcoument that the opauque value used to construct QNaNs is truncatedMike Stump2009-06-01
* Fix the name of the function in this comment.Dan Gohman2009-05-31
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-30
* Add AMD64 elf machine typeBruno Cardoso Lopes2009-05-30
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Add some documentation.Mike Stump2009-05-30
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Add support for letting the client choose different flavors of NaNs. Testcas...Mike Stump2009-05-30
* Untabify.Bill Wendling2009-05-30
* Default isNarrowingProfitable to false.Evan Cheng2009-05-29
* Added optimization that narrow load / op / store and the 'op' is a bit twiddl...Evan Cheng2009-05-28
* LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as manyJeffrey Yasskin2009-05-26
* Give SCEVNaryExpr a doxygen comment.Dan Gohman2009-05-26
* Eliminate VarInfo::UsedBlocks.Evan Cheng2009-05-26
* Various comment fixes.Dan Gohman2009-05-24
* Change ScalarEvolution::getSCEVAtScope to always return the original valueDan Gohman2009-05-24
* Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoidDan Gohman2009-05-24
* The rewriter may hold references to instructions that are deleted because the...Torok Edwin2009-05-24
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Add a new step to legalization to legalize vector math operations. This Eli Friedman2009-05-23
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-22
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-21
* Fix indentation.Eli Friedman2009-05-21
* Tighten up the asserts in SmallVector::operator[]().Jay Foad2009-05-21
* Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands2009-05-21
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Implement new SmallVector::data() methods.Jay Foad2009-05-21
* Use DataTypes.h instead of stdint.h.Owen Anderson2009-05-21
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-21