summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-26
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-25
* Remove dead method.Bill Wendling2013-01-25
* Remove some introspection functions.Bill Wendling2013-01-25
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25
* Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem2013-01-25
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Add instruction encodings / disassembly support for l4r instructions.Richard Osborne2013-01-25
* LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem2013-01-25
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-25
* Use const reference instead of vector copying.Jakub Staszak2013-01-25
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-25
* Use the correct format in the STW / SETPSC instruction names.Richard Osborne2013-01-25
* Fix order of operands for crc8_l4rRichard Osborne2013-01-25
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* Add instruction encodings / disassembly support for l5r instructions.Richard Osborne2013-01-25
* Fix order of operands for l5r instructions.Richard Osborne2013-01-25
* Use correct mnemonic / instruction name for ldivu.Richard Osborne2013-01-25
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-01-25
* added ability to dynamically change the ExportList of an alreadyPedro Artigas2013-01-25
* LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem2013-01-25
* Refactor some code to use the IRBuilder.Nadav Rotem2013-01-25
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-25
* Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner2013-01-25
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-25
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-25
* This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,Preston Gurd2013-01-25
* More cleanup of PPC register definitions.Hal Finkel2013-01-25
* Add an addition operator to TableGenHal Finkel2013-01-25
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-25
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-25
* MIsched: Print block name. No functionality.Andrew Trick2013-01-25
* MachineScheduler support for viewGraph.Andrew Trick2013-01-25
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick2013-01-25
* SchedDFS: Complete support for nested subtrees.Andrew Trick2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* SchedDFS: Initial support for nested subtrees.Andrew Trick2013-01-25
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-25
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-25
* This patch implements parsing the .wordJack Carter2013-01-25
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-25
* SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick2013-01-25
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-24
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-24
* Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...Michael Gottesman2013-01-24
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-24