aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spelling.Duncan Sands2008-06-081-6/+6
* Remove invalid testAnton Korobeynikov2008-06-081-141/+0
* Add win64Anton Korobeynikov2008-06-081-7/+16
* This was fixedAnton Korobeynikov2008-06-081-16/+2
* add some notes.Chris Lattner2008-06-081-38/+86
* Added FP instruction formats.Bruno Cardoso Lopes2008-06-081-1/+58
* Temporarily reverting r52056. It's causing PPC to fail to bootstrap.Bill Wendling2008-06-081-3/+0
* Added support for FP RegistersBruno Cardoso Lopes2008-06-071-31/+153
* Update VC project files, patch by Cédric Venet!Chris Lattner2008-06-072-0/+12
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-072-0/+142
* Fix run line.Evan Cheng2008-06-071-1/+1
* Revert r52046. It broke cbe on x86 / Mac OS X.Evan Cheng2008-06-071-21/+6
* CodeGen support for insertvalue and extractvalue, and for loads andDan Gohman2008-06-071-26/+233
* Connect successors before creating the DAG node for the branch. This hasOwen Anderson2008-06-071-22/+24
* get rid of ExtractValueInst::init's Value argument, it is already passed to t...Gabor Greif2008-06-062-12/+10
* Typo.Evan Cheng2008-06-061-1/+1
* make ExtractValueInst derived from UnaryInstructionGabor Greif2008-06-063-31/+19
* Enable stack coloring by default.Evan Cheng2008-06-062-8/+11
* PPC preferred loop alignment is 16.Evan Cheng2008-06-061-0/+3
* LoopSimplify preserves AA.Devang Patel2008-06-061-3/+5
* Print debug message only if there are dead passes.Devang Patel2008-06-061-2/+3
* Include loop deletion and the ADCE rewrite in the release notes.Owen Anderson2008-06-061-0/+5
* Testcase for PR2418Anton Korobeynikov2008-06-061-0/+141
* Handle assembler identifiers specially in CBE. This fixes PR2418.Anton Korobeynikov2008-06-061-6/+21
* Tighten up the abstraction slightly.Duncan Sands2008-06-062-12/+19
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-0668-2845/+2862
* As Chris suggested, handle the situation if ShAmt larger than BitWidth, Zhou Sheng2008-06-061-1/+1
* Refine stack slot interval weight computation.Evan Cheng2008-06-063-27/+64
* Turn stdout into binary mode during bitcode emission.Anton Korobeynikov2008-06-061-0/+5
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-061-0/+30
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-062-56/+76
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-065-14/+175
* Revert 52002.Dan Gohman2008-06-052-26/+1
* Expose a public interface to this pass.Chris Lattner2008-06-052-40/+73
* Let libcall semantics decide whether it knows about functions Chris Lattner2008-06-051-2/+2
* Warn of potential violations of strict aliasing rules.Evan Cheng2008-06-051-1/+1
* Don't break strict aliasing.Evan Cheng2008-06-051-6/+6
* Describe loop index split.Devang Patel2008-06-051-1/+15
* Wording fixes. Thanks Bill!Dan Gohman2008-06-051-3/+3
* Remove debugging code.Owen Anderson2008-06-051-4/+0
* fix typos, tweak stuff, make it to validateGabor Greif2008-06-051-20/+20
* Use the newly created helper on LiveIntervals.Owen Anderson2008-06-051-116/+21
* Add a helper for constructing new live ranges that ended from an instruction ...Owen Anderson2008-06-052-0/+20
* Move i128 on x86-64 from the codegen section to the x86-specific section.Dan Gohman2008-06-051-1/+2
* Add a note about improved alignment detection.Dan Gohman2008-06-051-0/+2
* Add a note mentioning --view-sunit-dags improvements.Dan Gohman2008-06-051-0/+2
* Expand the bullet item about i128 support and APInt usage in codegen.Dan Gohman2008-06-051-1/+6
* Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng2008-06-051-0/+7
* If BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth-ShiftAmt-1] willZhou Sheng2008-06-051-1/+1
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-052-1/+26