summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* ArrayRef reverse iterators.Andrew Trick2013-01-25
* whitespaceAndrew Trick2013-01-25
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-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
* SchedDFS: Constify interface.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
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-24
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-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
* unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi2013-01-24
* unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi2013-01-24
* lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2013-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
* Add asserts to SmallVector so that calls to front() and back() only succeedRichard Trieu2013-01-24
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-24