| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the MacOSJITEventListener per echristo's request. It was disabled by | Jeffrey Yasskin | 2009-10-21 | 1 | -2/+1 |
* | Cosmetic changes. | Devang Patel | 2009-10-20 | 2 | -8/+8 |
* | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin | 2009-10-20 | 1 | -3/+11 |
* | Random #include pruning. | Benjamin Kramer | 2009-10-20 | 2 | -5/+4 |
* | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar | 2009-10-20 | 1 | -1/+10 |
* | Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. | Dan Gohman | 2009-10-20 | 1 | -0/+11 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -0/+2 |
* | Adjust the scavenge register spilling to allow the target to choose an | Jim Grosbach | 2009-10-19 | 1 | -11/+4 |
* | Clean up the JITResolver stub/callsite<->function maps. | Jeffrey Yasskin | 2009-10-19 | 1 | -0/+25 |
* | various cleanups. | Chris Lattner | 2009-10-19 | 1 | -38/+11 |
* | Spill slots cannot alias. | Evan Cheng | 2009-10-18 | 1 | -1/+1 |
* | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -0/+4 |
* | punctuate properly | Chris Lattner | 2009-10-18 | 1 | -2/+2 |
* | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner | 2009-10-18 | 2 | -5/+0 |
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 2 | -0/+39 |
* | make DOTGraphTraits public, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 1 | -0/+61 |
* | add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 2 | -4/+38 |
* | More warnings patrol: Another unused argument and more implicit | Eric Christopher | 2009-10-17 | 2 | -3/+3 |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -6/+8 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -5/+0 |
* | Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. | Daniel Dunbar | 2009-10-17 | 1 | -4/+0 |
* | Add raw_ostream::write_escaped, for writing escaped strings. | Daniel Dunbar | 2009-10-17 | 1 | -0/+4 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 2 | -8/+19 |
* | Move StringMap's string has function into StringExtras.h | Daniel Dunbar | 2009-10-17 | 1 | -0/+14 |
* | Distinquish stack slots from other stack objects. They (and fixed objects) ge... | Evan Cheng | 2009-10-17 | 1 | -4/+18 |
* | Re-arrange some fields. | Evan Cheng | 2009-10-17 | 1 | -5/+5 |
* | Add another required #include for freestanding .h files. | Daniel Dunbar | 2009-10-17 | 1 | -2/+1 |
* | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -3/+3 |
* | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -3/+3 |
* | Add required #includes for freestanding .h files. | Daniel Dunbar | 2009-10-17 | 2 | -2/+3 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 7 | -106/+47 |
* | Add a splice member function which accepts a range instead of a | Dan Gohman | 2009-10-17 | 1 | -0/+3 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 1 | -1/+6 |
* | Change createPostRAScheduler so it can be turned off at llc -O1. | Evan Cheng | 2009-10-16 | 2 | -6/+12 |
* | Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ... | Evan Cheng | 2009-10-16 | 1 | -3/+4 |
* | Strip trailing white space. | Duncan Sands | 2009-10-16 | 1 | -10/+10 |
* | Add half precision floating point support (float16) to APFloat, | Chris Lattner | 2009-10-16 | 1 | -0/+3 |
* | add haiku support, patch by Paul Davey! | Chris Lattner | 2009-10-16 | 1 | -1/+2 |
* | Minor formatting tweaks. | Daniel Dunbar | 2009-10-16 | 1 | -3/+1 |
* | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar | 2009-10-16 | 1 | -15/+13 |
* | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar | 2009-10-16 | 1 | -2/+2 |
* | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar | 2009-10-16 | 2 | -30/+28 |
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 1 | -11/+19 |
* | Fix bug where array malloc with unexpected computation of the size argument r... | Victor Hernandez | 2009-10-15 | 1 | -9/+8 |
* | Move Blackfin intrinsics into the Target/Blackfin directory. | Jakob Stoklund Olesen | 2009-10-15 | 2 | -35/+0 |
* | Clean up TargetIntrinsicInfo API. Add pure virtual methods. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -24/+10 |
* | One more iteration here and a yet better way to solve it. | Eric Christopher | 2009-10-14 | 1 | -14/+13 |
* | Fix the unused argument problem here a different way - cast to void. | Eric Christopher | 2009-10-14 | 1 | -1/+3 |
* | Delete bogus semicolons. | Dan Gohman | 2009-10-14 | 4 | -6/+6 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 8 | -15/+14 |