summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Frame indices are signed. Update MachineOperand methods accordingly.Jim Grosbach2011-05-17
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-16
* Delete unused variables.Dan Gohman2011-05-16
* Add a method I forgot in the last commit. Don't worry, this one passedCharles Davis2011-05-16
* Make fast-isel work correctly s/uadd.with.overflow intrinsics.Eli Friedman2011-05-16
* Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl...Eli Friedman2011-05-16
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* Remove redundant template partial specilization.Zhongxing Xu2011-05-16
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-16
* Add stub methods to MCStreamer for emitting Win64 exception-handlingCharles Davis2011-05-15
* Get rid of extern "C" from the Win64 EH header.Charles Davis2011-05-15
* Add a header containing definitions used to implement Win64 exception handling.Charles Davis2011-05-15
* Declare this function here so that it doesn't get C++ mangling.Nick Lewycky2011-05-15
* Add an operator+= for appending StringRefs onto std::strings.John McCall2011-05-13
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-13
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-13
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-12
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-12
* Re-commit 131172 with fix. MachineInstr identity checks should check deadEvan Cheng2011-05-12
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-11
* Fix comment.Bill Wendling2011-05-11
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-10
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-10
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-10
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-10
* Change a few std::maps to DenseMaps.Dan Gohman2011-05-09
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-08
* PR9869: Add explicit destructor declarations to Operator subclasses, to allowEli Friedman2011-05-08
* Fix comments per Duncan's review.Eli Friedman2011-05-07
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-06
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Yet more dead code.Rafael Espindola2011-05-06
* Update comments.Rafael Espindola2011-05-06
* More dead code elimination.Rafael Espindola2011-05-06
* Dead code elimination.Rafael Espindola2011-05-06
* Remove the DwarfTable enum.Rafael Espindola2011-05-05
* Fix typo. No functional change.Nick Lewycky2011-05-05
* Allow FastISel of three-register-operand instructions.Owen Anderson2011-05-05
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-05
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-05
* llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov2011-05-05