aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-12Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky
2009-07-11Revert r75252 which was causing some crashes at compile time.Nick Lewycky
2009-07-11Fix comment.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Clarify and simplify.Nick Lewycky
2009-07-11Move a method that creates constant ranges relative to another constant rangeNick Lewycky
2009-07-10Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson
2009-07-10add support for .zerofill, patch by Kevin Enderby!Chris Lattner
2009-07-10Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene
2009-07-10Regenerate configure after r75279.Jeffrey Yasskin
2009-07-10Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin
2009-07-10Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman
2009-07-10Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng
2009-07-10Fix unit tests.Owen Anderson
2009-07-10add missing *, patch by Peter O'Gorman!Chris Lattner
2009-07-10Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson
2009-07-10Push LLVMContext through the PatternMatch API.Owen Anderson
2009-07-10Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman
2009-07-1080 col violation.Evan Cheng
2009-07-10Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson
2009-07-10Fix #include specification.David Greene
2009-07-10ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the treeTed Kremenek
2009-07-09Redesign this to avoid standard stream classes. This stream classDavid Greene
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-09Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene
2009-07-09Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman
2009-07-09Fix typo, trailing whitespace.Andreas Bolka
2009-07-09Add a ConstantSignedRange class, which does for signed integersDan Gohman
2009-07-09Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman
2009-07-09As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson
2009-07-09back out r75156 for now.Chris Lattner
2009-07-09A little bit more LLVMContextification.Owen Anderson
2009-07-09ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek
2009-07-09Add some classes to produce pretty-printed asm. We'll use theseDavid Greene
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-09Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith
2009-07-09add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-09Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta
2009-07-09Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng
2009-07-09add default ctor.Chris Lattner
2009-07-09add missing predicate.Chris Lattner
2009-07-09Improved tracking of value number kills. VN kills are now representedLang Hames
2009-07-09Work around an ICE in gcc-4.2.4.Jeffrey Yasskin
2009-07-08Make SmallPtrSet iterators real iteratorsDouglas Gregor
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-07-08Reformat.David Greene
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene