aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner2009-07-161-0/+1
* With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng2009-07-162-7/+111
* Update CMake file.Ted Kremenek2009-07-161-0/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-1634-91/+173
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-163-8/+13
* Tweak svn:ignoreDaniel Dunbar2009-07-160-0/+0
* Fill in some holes in ScalarEvolution's loop iteration conditionDan Gohman2009-07-162-2/+65
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-161-3/+1
* Add SmallString unit test.Daniel Dunbar2009-07-161-0/+64
* In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings2009-07-161-2/+5
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-162-0/+29
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-161-10/+9
* Remove inapplicable comments.Dan Gohman2009-07-161-4/+0
* Add explicit keywords.Dan Gohman2009-07-161-2/+2
* Tidy up #includes.Dan Gohman2009-07-164-4/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-1621-285/+278
* Use size_t.Dan Gohman2009-07-164-24/+24
* Make xfail properAnton Korobeynikov2009-07-161-1/+1
* UnbreakAnton Korobeynikov2009-07-1611-56/+122
* Temporary disable 16 bit bswapAnton Korobeynikov2009-07-162-3/+5
* Add instruction formats and few opcodesAnton Korobeynikov2009-07-162-983/+705
* Add bswap patternsAnton Korobeynikov2009-07-162-0/+66
* Provide crazy pseudos for regpairs spills / reloadsAnton Korobeynikov2009-07-162-2/+47
* Handle long-disp stuff more consistentlyAnton Korobeynikov2009-07-163-7/+31
* All FP instructions have 12 bit memory displacement fieldAnton Korobeynikov2009-07-161-34/+34
* Another predicate routineAnton Korobeynikov2009-07-162-0/+31
* More helpersAnton Korobeynikov2009-07-162-0/+66
* Add bunch of branch folding stuffAnton Korobeynikov2009-07-163-1/+187
* Add missed opcodes to short => long displacement conversionAnton Korobeynikov2009-07-161-0/+2
* CleanupAnton Korobeynikov2009-07-161-91/+29
* Fix logic inversion for RI-mode address selectionAnton Korobeynikov2009-07-162-1/+33
* Unbreak the testAnton Korobeynikov2009-07-161-1/+2
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-162-2/+17
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-162-1/+23
* Fix instruction mnemonics for some fp_to_sint operationsAnton Korobeynikov2009-07-161-2/+2
* i32 values are passed extended also on stack. Handle this in generic wayAnton Korobeynikov2009-07-161-23/+24
* We definitely have 1-0 boolsAnton Korobeynikov2009-07-161-0/+1
* Revert the commit, it just hides the real bugAnton Korobeynikov2009-07-168-183/+16
* Out GR128 regclass is not a 'real' i128 one.Anton Korobeynikov2009-07-163-5/+4
* Add missed condbranch opcodesAnton Korobeynikov2009-07-161-5/+29
* Handle bitconvertsAnton Korobeynikov2009-07-163-4/+16
* Unbreak mvi and friends - emit only 'significant' part of the operandAnton Korobeynikov2009-07-162-6/+17
* Expand fp_to_uint tooAnton Korobeynikov2009-07-161-0/+3
* We don't have FP truncstoresAnton Korobeynikov2009-07-161-0/+3
* Expand uint_to_fpAnton Korobeynikov2009-07-161-0/+2
* Emit proper rounding mode for fp_to_sintAnton Korobeynikov2009-07-161-4/+4
* f32/f64 regs are stored on stack if we're short in FP regsAnton Korobeynikov2009-07-161-2/+2
* Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...Anton Korobeynikov2009-07-168-16/+183
* Make FP zero to be legal FP immediate via LOAD ZEROAnton Korobeynikov2009-07-162-0/+48
* Loads are not two-address in any wayAnton Korobeynikov2009-07-161-8/+7