summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-04
* If builder is initialized using an instruction as insertion point, then use t...Devang Patel2011-05-04
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-04
* Remove dead intrinsics.Bill Wendling2011-05-04
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-03
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-03
* Fix a comment.Bob Wilson2011-05-03
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-03
* Forgot to commit the changes to this file.Duncan Sands2011-05-02
* Remove an unused variable in NDEBUG (found with -Wunused-variable).Chandler Carruth2011-05-02
* Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...Jakob Stoklund Olesen2011-05-02
* enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner2011-05-01
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-01
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-30
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-29
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-29