summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-04
* MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form ofDaniel Dunbar2010-05-04
* Rename variables for consistency.Evan Cheng2010-05-04
* MC/X86: Add "support" for matching ATT style mnemonic prefixes.Daniel Dunbar2010-05-04
* Fix a problem exposed by my previous commit and noticed by a release-assertsDuncan Sands2010-05-04
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-04
* fix operand indexes when outputting InvokeInstsGabor Greif2010-05-04
* Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel2010-05-04
* Use the SCEVAddRecExpr::getPostIncExpr utility function insteadDan Gohman2010-05-04
* Fix a copy+pasto.Dan Gohman2010-05-04
* Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel2010-05-04
* Instruction selection optimizations may have moved the def of a function argu...Evan Cheng2010-05-04
* Fix to r102952. The MOV64toSDrm record in X86Instr64bit.td needed the opcodeKevin Enderby2010-05-04
* llvm-mc: Fix case were we would skip a line in the .s file after an instructionDaniel Dunbar2010-05-04
* Teach scheduler about REG_SEQUENCE.Evan Cheng2010-05-04
* Re-enable isel kill flags, now that the local allocator is ignoring them.Dan Gohman2010-05-04
* rdar://7937137 - dbg values not being handled in thumb1 version ofJim Grosbach2010-05-04
* Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.Jakob Stoklund Olesen2010-05-03
* Factor out FastISel's code for materializing constants and other valuesDan Gohman2010-05-03
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-03
* Remove the API compatibility layer which converted add, sub, and mulDan Gohman2010-05-03
* Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen2010-05-03
* Reword a comment slightly.Eric Christopher2010-05-03
* Use getConstant instead of getIntegerSCEV. The two are basically theDan Gohman2010-05-03
* Print basic block numbers in live interval debug output. Since the rest of theBob Wilson2010-05-03
* Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky2010-05-03
* Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby2010-05-03
* Fixed the encoding of two of the X86 movq instuctions. The Move quadword fromKevin Enderby2010-05-03
* Fixed the encoding of the x86 push instructions. Using a 32-bit immediate valueKevin Enderby2010-05-03
* Silence warnings about -1 being converted to an unsigned value.Dan Gohman2010-05-03
* Add an option, defaulting to off, to disable the sse domain crossing opts.Eric Christopher2010-05-03
* Check for side effects before splitting loop.Devang Patel2010-05-03
* Use isTrueWhenEqual and isFalseWhenEqual instead of assuming thatDan Gohman2010-05-03
* In ScalarEvolution::print, don't bother printing out the SCEVs forDan Gohman2010-05-03
* In SimplifyICmpOperands, avoid needlessly swapping the operands in theDan Gohman2010-05-03
* Factor out the new <= and >= analysis code into SimplifyICmpOperands.Dan Gohman2010-05-03
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-03
* Add a README entry.Dan Gohman2010-05-03
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-01
* revert r102831. We already delete dead readonly calls inChris Lattner2010-05-01
* Don't count debug info as instructions. This wasDale Johannesen2010-05-01
* Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...David Chisnall2010-05-01
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-01
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-01
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-01
* Long branch target oparands are not pc-rel.Anton Korobeynikov2010-05-01
* Disable the call-deletion transformation introduced in r86975. WithoutOwen Anderson2010-05-01
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-01
* Remove the code for special-casing byval for fast-isel. SelectionDAGDan Gohman2010-05-01