aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-211-2/+1
* Cosmetic changes.Devang Patel2009-10-202-8/+8
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-201-3/+11
* Random #include pruning.Benjamin Kramer2009-10-202-5/+4
* Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar2009-10-201-1/+10
* Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.Dan Gohman2009-10-201-0/+11
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-191-0/+2
* Adjust the scavenge register spilling to allow the target to choose anJim Grosbach2009-10-191-11/+4
* Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin2009-10-191-0/+25
* 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