Use StringRef::startswith to do some string comparisons.
[oota-llvm.git] / lib / CodeGen /
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd new files to cmake.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-07 Eric ChristopherFix up comment.
2011-11-07 Eric ChristopherTypo.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-04 Pete CooperAdded missing &. Fixes <rdar://problem/10393723>
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-02 Bill WendlingAn array of chars of length 8 will also cause the stack...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-11-01 Jakob Stoklund OlesenUpdate split candidate correctly when interference...
2011-10-31 Nadav RotemCleanup. Document. Make sure that this build_vector...
2011-10-30 Benjamin KramerSilence compiler warning.
2011-10-29 Nadav RotemAdd a new DAGCombine optimization for BUILD_VECTOR.
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Benjamin KramerUse BranchProbability compare operators.
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-28 Dan GohmanDelete #if 0 code accidentally left in.
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-26 Duncan SandsSimplify SplitVecRes_UnaryOp by removing all the code...
2011-10-26 Jakob Stoklund OlesenDon't use floating point to do an integer's job.
2011-10-26 Evan ChengDisable LICM speculation in high register pressure...
2011-10-26 Bill WendlingReapply r142920 with fix:
2011-10-25 Eli FriedmanRemove a couple redundant checks.
2011-10-25 Jim GrosbachMake assert() message more informative.
2011-10-25 Duncan SandsRevert commit 142891. Takumi bisected the tablegen...
2011-10-25 Nick LewyckyRemove dead enum value. There is no DIESectionOffset.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-25 Bill WendlingAn MBB which branches to an EH landing pad shouldn...
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Douglas GregorReally unbreak CMake build
2011-10-24 Douglas GregorUnbreak CMake build
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-24 Dan GohmanChange this overloaded use of Sched::Latency to be...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-24 Bill WendlingCleanup. Get rid of the old SjLj EH lowering code....
2011-10-24 Chandler CarruthSink an otherwise unused variable's initializer into...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Chandler CarruthRemove a commented out line of code that snuck by my...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-21 Bill WendlingMake sure that the landing pads themselves have no...
2011-10-21 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-10-21 Chandler CarruthRemove a now dead function, fixing -Wunused-function...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-10-20 Chad RosierRevert r142579, "Fix a type in the legalization of...
2011-10-20 Devang PatelAs Evan suggested, loads from constant pool are safe...
2011-10-20 Devang PatelAdd a comment.
2011-10-20 Nadav RotemFix a type in the legalization of CONCAT_VECTORS.
2011-10-19 Nadav RotemImprove code generation for vselect on SSE2:
2011-10-19 Nadav RotemAdd support for the vector-widening of vselect and...
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Duncan SandsFix a bunch of unused variable warnings when doing...
2011-10-18 Hal FinkelFix comment to refer to correct instruction
2011-10-17 Nick LewyckyMinor style cleanup, no functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Bill WendlingNow Igor, throw the switch...give my creation life!
2011-10-17 Cameron ZwarichWhen deleting a phi cycle after looking through copies...
2011-10-17 Evan ChengConstraint register class with constrainRegClass()...
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Chad RosierRemoved set, but unused variable.
2011-10-17 Devang PatelIt is safe to speculate load from GOT. This fixes perfo...
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Benjamin KramerTwinify better.
2011-10-15 Nadav RotemMove the legalization of vector loads and stores into...
2011-10-15 Bill WendlingClear out the landing pad to call site map for each...
2011-10-14 Evan ChengA few 80-col violations.
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Jim GrosbachFix typo. "__sync_fetch_and-xor_4" should be "__sync_fe...
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Eric ChristopherDon't forget to reconstruct D after changing the scope...
2011-10-13 Cameron ZwarichUse an existing method.
2011-10-13 Nick LewyckyIf MI is deleted then remove it from the set. If a...
next