summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-24
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-24
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-24
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-24
* Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth2013-01-24
* [asan] fix 32-bit buildsKostya Serebryany2013-01-24
* Simplify the PHI node operand rewriting.Chandler Carruth2013-01-24
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-24
* Give the basic block variables here names based on the if-then-endChandler Carruth2013-01-24
* Lift a cheap early exit test above loops and other complex early exitChandler Carruth2013-01-24
* Spiff up the comment on this method, making the example a bit moreChandler Carruth2013-01-24
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* Remove trailing whitespace.Craig Topper2013-01-24
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-24
* MIsched: Added biasCriticalPath.Andrew Trick2013-01-24
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-24
* Cleanup the AttributeSetNodes that we create.Bill Wendling2013-01-24
* Create a new class: AttributeSetNode.Bill Wendling2013-01-24
* Push down the conversion of the alignment from the bit mask to a real number ...Bill Wendling2013-01-23