summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add an optional optimization to FoldingSet to allow ID values to beDan Gohman2009-07-13
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Match declaration to definition.Daniel Dunbar2009-07-12
* Match declaration to definition.Daniel Dunbar2009-07-12
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-12
* Mention that llvm_report_error() does not return.Torok Edwin2009-07-12
* Add CCIfSRet calling convention predicate.Jakob Stoklund Olesen2009-07-12
* Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky2009-07-12
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-11
* Fix comment.Torok Edwin2009-07-11
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Clarify and simplify.Nick Lewycky2009-07-11
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-11
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-10
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-10
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-10
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-10
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-10
* Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman2009-07-10
* Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng2009-07-10
* Fix unit tests.Owen Anderson2009-07-10
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-10
* Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson2009-07-10
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-10
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-10
* 80 col violation.Evan Cheng2009-07-10
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-10
* Fix #include specification.David Greene2009-07-10
* ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the treeTed Kremenek2009-07-10
* Redesign this to avoid standard stream classes. This stream classDavid Greene2009-07-09
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene2009-07-09
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-09
* Fix typo, trailing whitespace.Andreas Bolka2009-07-09
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-09
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-09
* As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson2009-07-09
* back out r75156 for now.Chris Lattner2009-07-09
* A little bit more LLVMContextification.Owen Anderson2009-07-09
* ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek2009-07-09
* Add some classes to produce pretty-printed asm. We'll use theseDavid Greene2009-07-09
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-09
* Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith2009-07-09
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-09
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-09
* Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky2009-07-09
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-09
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-09
* add default ctor.Chris Lattner2009-07-09