aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* various cleanups.Chris Lattner2009-10-191-38/+11
* Spill slots cannot alias.Evan Cheng2009-10-181-1/+1
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-0/+4
* punctuate properlyChris Lattner2009-10-181-2/+2
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-182-5/+0
* add function passes for printing various dominator datastructuresChris Lattner2009-10-182-0/+39
* make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner2009-10-181-0/+61
* add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser!Chris Lattner2009-10-182-4/+38
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-172-3/+3
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-171-6/+8
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-171-5/+0
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-171-4/+0
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-171-0/+4
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-172-8/+19
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-171-0/+14
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-171-4/+18
* Re-arrange some fields.Evan Cheng2009-10-171-5/+5
* Add another required #include for freestanding .h files.Daniel Dunbar2009-10-171-2/+1
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-3/+3
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-3/+3
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-172-2/+3
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-177-106/+47
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-171-0/+3
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+6
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-162-6/+12
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-161-3/+4
* Strip trailing white space.Duncan Sands2009-10-161-10/+10
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-161-0/+3
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-1/+2
* Minor formatting tweaks.Daniel Dunbar2009-10-161-3/+1
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-15/+13
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-2/+2
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-162-30/+28
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-161-11/+19
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-151-9/+8
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-152-35/+0
* Clean up TargetIntrinsicInfo API. Add pure virtual methods.Jakob Stoklund Olesen2009-10-151-24/+10
* One more iteration here and a yet better way to solve it.Eric Christopher2009-10-141-14/+13
* Fix the unused argument problem here a different way - cast to void.Eric Christopher2009-10-141-1/+3
* Delete bogus semicolons.Dan Gohman2009-10-144-6/+6
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-148-15/+14
* Add copyMD to copy metadata from one instruction to another instruction.Devang Patel2009-10-141-0/+4
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-142-10/+6
* Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan2009-10-141-3/+3
* Fix resetCachedCostInfo to reset all of the cost information, instead ofDan Gohman2009-10-131-1/+1
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-12/+12
* Add is_same type traitDouglas Gregor2009-10-131-0/+11
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-131-0/+8
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-2/+6
* Split code not specific to Function inlining out into a separate class,Dan Gohman2009-10-131-36/+44