aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Re-commit 131172 with fix. MachineInstr identity checks should check deadEvan Cheng2011-05-121-0/+1
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+5
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-111-1/+1
* Fix comment.Bill Wendling2011-05-111-4/+4
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-102-415/+150
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-102-150/+415
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-101-5/+5
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-1/+6
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-102-1/+6
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-0/+2
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-101-0/+4
* Change a few std::maps to DenseMaps.Dan Gohman2011-05-091-5/+5
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-081-2/+1
* PR9869: Add explicit destructor declarations to Operator subclasses, to allowEli Friedman2011-05-081-8/+26
* Fix comments per Duncan's review.Eli Friedman2011-05-071-3/+3
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-10/+8
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-061-1/+0
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-0/+8
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-3/+35
* Yet more dead code.Rafael Espindola2011-05-061-4/+0
* Update comments.Rafael Espindola2011-05-061-1/+4
* More dead code elimination.Rafael Espindola2011-05-061-2/+0
* Dead code elimination.Rafael Espindola2011-05-061-7/+0
* Remove the DwarfTable enum.Rafael Espindola2011-05-051-3/+2
* Fix typo. No functional change.Nick Lewycky2011-05-051-1/+1
* Allow FastISel of three-register-operand instructions.Owen Anderson2011-05-051-0/+9
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-051-1/+1
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-051-7/+0
* llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov2011-05-051-2/+5
* Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek2011-05-041-1/+6
* If builder is initialized using an instruction as insertion point, then use t...Devang Patel2011-05-041-0/+1
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-5/+5
* Remove dead intrinsics.Bill Wendling2011-05-041-16/+0
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+93
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-031-0/+37
* Fix a comment.Bob Wilson2011-05-031-1/+1
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-031-0/+8
* Forgot to commit the changes to this file.Duncan Sands2011-05-021-0/+15
* Remove an unused variable in NDEBUG (found with -Wunused-variable).Chandler Carruth2011-05-021-3/+1
* Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...Jakob Stoklund Olesen2011-05-021-21/+49
* enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner2011-05-011-0/+3
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-012-0/+6
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-014-6/+6
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-014-15/+7
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-301-0/+5
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-303-2/+12
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-0/+6
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-291-0/+5
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-292-0/+9