summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-29
* add a missing operator that caused us to have to use (*MIB).foo everywhere.Chris Lattner2011-04-29
* Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola2011-04-29
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-28
* Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek2011-04-28
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-28
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-28
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-28
* Fix typos in comments.Jay Foad2011-04-28
* Fix more -Wnon-pod-memset warnings.Chandler Carruth2011-04-28
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-28
* Let the immediate leaf pattern take transforms and switch the signedEric Christopher2011-04-28