| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak check to avoid integer overflow (for insanely large alignments) | Evan Cheng | 2013-02-06 | 1 | -2/+2 |
* | Attempt to recover gdb bot after r174445. | Manman Ren | 2013-02-06 | 1 | -0/+2 |
* | Dwarf: support for LTO where a single object file can have multiple line tables | Manman Ren | 2013-02-05 | 1 | -2/+19 |
* | Reapply r174343, with a fix for a scary DAG combine bug where it failed to di... | Owen Anderson | 2013-02-05 | 1 | -2/+5 |
* | Remove liveout lists from MachineRegisterInfo. | Jakob Stoklund Olesen | 2013-02-05 | 3 | -16/+2 |
* | Remove special-casing of return blocks for liveness. | Jakob Stoklund Olesen | 2013-02-05 | 6 | -142/+7 |
* | Revert r174343, "When the target-independent DAGCombiner inferred a higher al... | NAKAMURA Takumi | 2013-02-05 | 1 | -5/+2 |
* | Construct a skeleton cu for each compile unit in the module, not just | Eric Christopher | 2013-02-05 | 1 | -5/+8 |
* | Add support for emitting a stub DW_AT_GNU_dwo_id as part of the | Eric Christopher | 2013-02-05 | 1 | -1/+7 |
* | When the target-independent DAGCombiner inferred a higher alignment for a load, | Owen Anderson | 2013-02-05 | 1 | -2/+5 |
* | [Stack Alignment] emit warning instead of a hard error | Manman Ren | 2013-02-04 | 1 | -3/+3 |
* | SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors. | Benjamin Kramer | 2013-02-04 | 1 | -44/+115 |
* | rdar://13126763 | Shuxin Yang | 2013-02-02 | 1 | -13/+20 |
* | Correct indentation for dumping LexicalScope. | Manman Ren | 2013-02-02 | 1 | -8/+6 |
* | [Dwarf] avoid emitting multiple AT_const_value for static memebers. | Manman Ren | 2013-02-01 | 1 | -3/+9 |
* | Fix errant fallthrough in the generation of the lifetime markers. | Nadav Rotem | 2013-02-01 | 1 | -0/+1 |
* | Use a continue to simplify loop and reduce indentation. No functional change. | Chad Rosier | 2013-02-01 | 1 | -24/+25 |
* | Add braces, so my head doesn't explode. | Chad Rosier | 2013-01-31 | 1 | -1/+2 |
* | When lowering memcpys to loads and stores, make sure we don't promote alignments | Lang Hames | 2013-01-31 | 1 | -0/+9 |
* | [Dwarf] early exit to avoid creating dangling DIEs | Manman Ren | 2013-01-31 | 1 | -1/+6 |
* | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 2013-01-31 | 2 | -3/+17 |
* | Add a special handling case for untyped CopyFromReg node in GetCostForDef() o... | Weiming Zhao | 2013-01-29 | 1 | -1/+11 |
* | Support artificial parameters in function types. | David Blaikie | 2013-01-29 | 1 | -0/+2 |
* | Fixing warnings revealed by gcc release build | Edwin Vane | 2013-01-29 | 1 | -3/+2 |
* | MIsched: cleanup code. Use isBoundaryNode(). | Andrew Trick | 2013-01-29 | 1 | -2/+4 |
* | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng | 2013-01-29 | 3 | -9/+138 |
* | This patch addresses bug 15031. | Bill Schmidt | 2013-01-28 | 2 | -9/+26 |
* | Fix comment. | Eric Christopher | 2013-01-28 | 1 | -1/+1 |
* | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 1 | -1/+1 |
* | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer | 2013-01-27 | 1 | -3/+2 |
* | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer | 2013-01-27 | 1 | -1/+5 |
* | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer | 2013-01-27 | 1 | -2/+9 |
* | Use const reference instead of vector copying. | Jakub Staszak | 2013-01-25 | 1 | -1/+2 |
* | This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, | Preston Gurd | 2013-01-25 | 2 | -9/+9 |
* | MIsched: Print block name. No functionality. | Andrew Trick | 2013-01-25 | 1 | -1/+2 |
* | MachineScheduler support for viewGraph. | Andrew Trick | 2013-01-25 | 1 | -1/+88 |
* | ScheduleDAG: colorize the DOT graph and improve formatting. | Andrew Trick | 2013-01-25 | 3 | -2/+10 |
* | ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case. | Andrew Trick | 2013-01-25 | 1 | -7/+19 |
* | SchedDFS: Complete support for nested subtrees. | Andrew Trick | 2013-01-25 | 1 | -33/+74 |
* | MIsched: Improve the interface to SchedDFS analysis (subtrees). | Andrew Trick | 2013-01-25 | 2 | -34/+42 |
* | SchedDFS: Initial support for nested subtrees. | Andrew Trick | 2013-01-25 | 1 | -37/+73 |
* | MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the | Andrew Trick | 2013-01-25 | 1 | -25/+55 |
* | SchedDFS: Refactor and tweak the subtree selection criteria. | Andrew Trick | 2013-01-25 | 1 | -24/+32 |
* | Avoid creating duplicate CFG edges in the IfConversion pass. | Jakob Stoklund Olesen | 2013-01-24 | 1 | -1/+1 |
* | MachineScheduler: enable biasCriticalPath for all DAGs. | Andrew Trick | 2013-01-24 | 1 | -0/+4 |
* | MIsched: Added biasCriticalPath. | Andrew Trick | 2013-01-24 | 1 | -0/+15 |
* | Add the heuristic to differentiate SSPStrong from SSPRequired. | Bill Wendling | 2013-01-23 | 1 | -23/+103 |
* | Add the IR attribute 'sspstrong'. | Bill Wendling | 2013-01-23 | 1 | -0/+6 |
* | Make APFloat constructor require explicit semantics. | Tim Northover | 2013-01-22 | 5 | -42/+29 |
* | Introduce a new data structure, the SparseMultiSet, and changes to the MI sch... | Michael Ilseman | 2013-01-21 | 1 | -45/+33 |