summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Use StringRef to construct MDString.Devang Patel2009-10-22
* Remove meaningless const.Devang Patel2009-10-22
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-21
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Use StringRef.Devang Patel2009-10-21
* Do not use SmallVector to store MDNode elements.Devang Patel2009-10-21
* Incorporate various suggestions Chris gave during metadata review.Devang Patel2009-10-21
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* Cosmetic changes.Devang Patel2009-10-20
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-20
* Random #include pruning.Benjamin Kramer2009-10-20
* Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar2009-10-20
* Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.Dan Gohman2009-10-20
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-19
* Adjust the scavenge register spilling to allow the target to choose anJim Grosbach2009-10-19
* Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin2009-10-19
* various cleanups.Chris Lattner2009-10-19
* Spill slots cannot alias.Evan Cheng2009-10-18
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-18
* punctuate properlyChris Lattner2009-10-18
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-18
* add function passes for printing various dominator datastructuresChris Lattner2009-10-18
* make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner2009-10-18
* add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser!Chris Lattner2009-10-18
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-17
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-17
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-17
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-17
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-17
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-17
* Re-arrange some fields.Evan Cheng2009-10-17
* Add another required #include for freestanding .h files.Daniel Dunbar2009-10-17
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-17
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-17
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-17
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Add a splice member function which accepts a range instead of aDan Gohman2009-10-17
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-16
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-16
* Strip trailing white space.Duncan Sands2009-10-16
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-16
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-16
* Minor formatting tweaks.Daniel Dunbar2009-10-16
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-16
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-16
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-16