oota-llvm.git
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-07 Bill WendlingWhere the BranchFolding pass removes a branch then...
2012-03-07 Andrew TrickFix cmake
2012-03-07 Andrew Trickcomment
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew TrickScheduleDAGInstrs comments
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-07 Andrew Trickwhitespace
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-07 Eli FriedmanMissing change in r152106 for TinyPtrVector.
2012-03-07 Chandler CarruthSwitch this code to use hash_combine_range rather than...
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-07 Chandler CarruthRemove an accidental cut/paste of a comment into the...
2012-03-07 Nick LewyckyNo functionality change. Type::isSized() can be expensi...
2012-03-07 Jim GrosbachARM pre-v6 assembly parsing for umull/smull.
2012-03-07 Jim GrosbachARM pre-v6 alias for 'nop' to 'mov r0, r0'
2012-03-07 Jim GrosbachTidy up. Remove dead code that slipped into previous...
2012-03-07 Andrew TrickAdded -view-background to avoid waiting for each GraphV...
2012-03-07 Andrew TrickAdded -view-misched=dags options.
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-03-07 Andrew Trickwhitespace
2012-03-07 Andrew TrickCleanup: DAG building is specific to either SD or MI...
2012-03-07 Andrew Trickmisched comments
2012-03-07 Andrew Trickmisched: Use the StartBlock/FinishBlock hooks
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jakob Stoklund... Hoist common code out of if statement.
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Owen AndersonFix support for encodings up to 64-bits in length....
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-06 Eli FriedmanFix the operand ordering on aliases for shld and shrd...
2012-03-06 Ted KremenekAdd new load commands for MachO.
2012-03-06 Daniel Dunbarbuild/Darwin: Make it easy to cause all tools to get...
2012-03-06 Jim GrosbachTidy up. Kill some dead code.
2012-03-06 Jakob Stoklund... Allow the same types in DPair as in QPR.
2012-03-06 Kevin EnderbyFix a bug in the ARM disassembly of the neon VLD2 all...
2012-03-06 Roman DivackyConvert PowerPC to register mask operands.
2012-03-06 Benjamin KramerRemove excess const, a const_iterator shouldn't be...
2012-03-06 Jay FoadChange ConstantAggrUniqueMap to use Chandler's new...
2012-03-06 Bill WendlingAdd column width.
2012-03-06 Bill WendlingRemove short tag marker.
2012-03-06 Bill WendlingAppease the HTML validation gods.
2012-03-06 Bill WendlingFix validation errors.
2012-03-06 Bill WendlingFix validation errors.
2012-03-06 Bill WendlingAdd missing end tags.
2012-03-06 Argyrios Kyrtzidis[TinyPtrVector] Add erase method and const-goodness.
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2012-03-06 Craig TopperUse uint16_t to store indices into string table since...
2012-03-06 Craig TopperAdd asserts to ensure that values will fit into the...
2012-03-06 Craig TopperIncrease number of allowed registers in register classe...
2012-03-06 Craig TopperRevert r152016 and allow overlap, sub, super register...
2012-03-06 Argyrios KyrtzidisRemove UsuallyTinyPtrVector.
2012-03-06 Jakob Stoklund... Add <imp-def> operands when reloading into physregs.
2012-03-06 Eric ChristopherFix up link and a couple small edits.
2012-03-06 Eric ChristopherAdd the beginnings of documentation for the Name Accele...
2012-03-06 Eric ChristopherDelete trailing whitespace to clean up.
2012-03-06 Argyrios KyrtzidisAdd include/llvm/ADT/UsuallyTinyPtrVector.h which is...
2012-03-06 Evan ChengAvoid finalizeBundles infinite looping.
2012-03-06 Owen AndersonMake it possible for a target to mark FSUB as Expand...
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Eli FriedmanA few more cases of missing masking in ComputeMaskedBit...
2012-03-05 Jim GrosbachARM vpush/vpop assembler mnemonics accept an optional...
2012-03-05 Jim GrosbachNuke a bit of dead code.
2012-03-05 Eli FriedmanMake sure we don't return bits outside the mask in...
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM Remove a bit of dead code.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMCRegisterInfo-ize getMatchingSuperReg.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Bill WendlingFix warnings about adding a bool to a string.
2012-03-05 Chad RosierAddress Evan's comments for r151877.
2012-03-05 Jakob Stoklund... Remove a test case that no longer makes sense.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-05 Sebastian Popfix typos
2012-03-05 Sebastian Popremove spaces on empty lines
2012-03-05 Nadav RotemRemove an unused function.
2012-03-05 Duncan SandsThis is not a common case, in fact it never happens!
2012-03-05 Chandler CarruthSwitch mem2reg to use the new hashing infrastructure.
2012-03-05 Chandler CarruthReplace the ad-hoc hashing in GVN with the new hashing...
2012-03-05 Chandler CarruthSwitch the TableGen record's string-based DenseMap...
2012-03-05 Chandler CarruthSwitch to a C-style cast here to silence a brain-dead...
2012-03-05 Craig TopperShrink and reorder fields in MCRegisterClass to reduce...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-05 Eli FriedmanMake aliases for shld and shrd match gas. PR12173.
2012-03-04 Jakob Stoklund... Stop fixing bad machine code in LiveIntervalAnalysis.
2012-03-04 Jakob Stoklund... Stop adding <imp-def> operands when coalescing sub...
2012-03-04 Jakob Stoklund... Use <def,undef> operands when spilling NEON bundles.
2012-03-04 Duncan SandsNick pointed out on IRC that GVN's propagateEquality...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-04 Chandler CarruthSplit this test up into two smaller, and more focused...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
next