summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix my brain cramp by inverting the assertion condition.Evan Cheng2009-07-17
* Fix "no newline at end of file" warning from gcc.Jeffrey Yasskin2009-07-16
* Privatize the MDNode uniquing table.Owen Anderson2009-07-16
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-16
* Disable this assert for now, it is firing on an llvm-gcc bootstrap. :(Daniel Dunbar2009-07-16
* GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...Evan Cheng2009-07-16
* Assume an inline asm might be a call, so we getDale Johannesen2009-07-16
* Emit line numbers in asm comments when available.David Greene2009-07-16
* Privatize the MDString uniquing table.Owen Anderson2009-07-16
* Fix inverted preprocessor conditional.Daniel Dunbar2009-07-16
* Fix compiler warning (for -Asserts).Daniel Dunbar2009-07-16
* Silence warning in Linux builds:Jakob Stoklund Olesen2009-07-16
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-16
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-16
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-16
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-16
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-16
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-16
* Update CMake file.Ted Kremenek2009-07-16
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-16
* Fill in some holes in ScalarEvolution's loop iteration conditionDan Gohman2009-07-16
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-16
* Use size_t.Dan Gohman2009-07-16
* UnbreakAnton Korobeynikov2009-07-16
* Temporary disable 16 bit bswapAnton Korobeynikov2009-07-16
* Add instruction formats and few opcodesAnton Korobeynikov2009-07-16
* Add bswap patternsAnton Korobeynikov2009-07-16
* Provide crazy pseudos for regpairs spills / reloadsAnton Korobeynikov2009-07-16
* Handle long-disp stuff more consistentlyAnton Korobeynikov2009-07-16
* All FP instructions have 12 bit memory displacement fieldAnton Korobeynikov2009-07-16
* Another predicate routineAnton Korobeynikov2009-07-16
* More helpersAnton Korobeynikov2009-07-16
* Add bunch of branch folding stuffAnton Korobeynikov2009-07-16
* Add missed opcodes to short => long displacement conversionAnton Korobeynikov2009-07-16
* CleanupAnton Korobeynikov2009-07-16
* Fix logic inversion for RI-mode address selectionAnton Korobeynikov2009-07-16
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-16
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-16
* Fix instruction mnemonics for some fp_to_sint operationsAnton Korobeynikov2009-07-16
* i32 values are passed extended also on stack. Handle this in generic wayAnton Korobeynikov2009-07-16
* We definitely have 1-0 boolsAnton Korobeynikov2009-07-16
* Revert the commit, it just hides the real bugAnton Korobeynikov2009-07-16
* Out GR128 regclass is not a 'real' i128 one.Anton Korobeynikov2009-07-16
* Add missed condbranch opcodesAnton Korobeynikov2009-07-16
* Handle bitconvertsAnton Korobeynikov2009-07-16
* Unbreak mvi and friends - emit only 'significant' part of the operandAnton Korobeynikov2009-07-16
* Expand fp_to_uint tooAnton Korobeynikov2009-07-16
* We don't have FP truncstoresAnton Korobeynikov2009-07-16
* Expand uint_to_fpAnton Korobeynikov2009-07-16