aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated version to 1.7cvs.John Criswell2005-11-082-10/+10
* Merged from RELEASE_16.John Criswell2005-11-087-16/+30
* adjust itfChris Lattner2005-11-081-1/+1
* Clean up RemoveDeadNodes significantly, by eliminating the need for a temporaryChris Lattner2005-11-081-32/+34
* Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner2005-11-083-7/+9
* Add a new -fast option, which generates code quickly.Chris Lattner2005-11-081-1/+5
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-0817-41/+24
* Let's try ignoring resource utilization on the backward pass.Jim Laskey2005-11-071-0/+2
* add support for storing and returning boolsDuraid Madina2005-11-071-5/+26
* Always compute max align.Chris Lattner2005-11-061-6/+5
* Change a comment slightlyChris Lattner2005-11-061-2/+4
* just some random hacking - calls (particularly indirect) need a lot ofDuraid Madina2005-11-061-14/+25
* Add the necessary support to the ISel to allow targets to codegen the newNate Begeman2005-11-064-9/+60
* minor clarity changes, no functionality difference.Chris Lattner2005-11-061-2/+2
* Make sure to initialize the alignment fieldChris Lattner2005-11-061-1/+2
* document alignment on globals, functions, and allocation instructions.Chris Lattner2005-11-061-29/+102
* Minor correctionChris Lattner2005-11-061-3/+6
* don't misencode CC#'sChris Lattner2005-11-062-4/+5
* encode/decode function alignment in bc filesChris Lattner2005-11-062-24/+30
* describe extensions to the .bc format for function/global alignmentChris Lattner2005-11-061-5/+69
* Read/write global variable alignments if presentChris Lattner2005-11-062-6/+37
* add alignment info for globals and functionsChris Lattner2005-11-061-1/+3
* print alignment info for globals and functionsChris Lattner2005-11-061-0/+7
* regenerateChris Lattner2005-11-061-785/+793
* Allow globals to have an alignment specified. Switch to using isPowerOf2_32Chris Lattner2005-11-061-13/+25
* allow functions and modules to have an explicit alignmentChris Lattner2005-11-061-0/+7
* regenerateChris Lattner2005-11-061-820/+775
* factor optional alignmentChris Lattner2005-11-061-34/+23
* ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (andDuraid Madina2005-11-061-1/+2
* enumerate non-standard argument encoding cases, such as alignment info forChris Lattner2005-11-051-10/+34
* rearrange some info about the instruction encodingChris Lattner2005-11-051-105/+123
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-052-8/+21
* new testcaseChris Lattner2005-11-051-0/+17
* add an accessorChris Lattner2005-11-051-0/+4
* verify that alignments are always a power of 2Chris Lattner2005-11-051-0/+2
* regenerateChris Lattner2005-11-051-164/+176
* Verify that alignment amounts are a power of 2Chris Lattner2005-11-051-0/+12
* fix printing the alignment directiveChris Lattner2005-11-051-1/+1
* Add support alignment of allocation instructions.Nate Begeman2005-11-0513-3294/+2680
* add a case Nate sent meChris Lattner2005-11-051-0/+23
* Implement Transforms/TailCallElim/return-undef.ll, a trivial caseChris Lattner2005-11-051-0/+1
* New testcaseChris Lattner2005-11-051-0/+8
* Turn sdiv into udiv if both operands have a clear sign bit. This occursChris Lattner2005-11-051-0/+19
* Turn srem -> urem when neither input has their sign bit set. This triggersChris Lattner2005-11-051-1/+19
* Fix logic bug in finding retry slot in tally.Jim Laskey2005-11-051-15/+33
* Fix a warningJim Laskey2005-11-041-0/+1
* oops, forgot to load GP for indirect calls, though the old code now commentedDuraid Madina2005-11-041-4/+21
* kill redundant SP/GP/RP save/restores across callsDuraid Madina2005-11-041-2/+3
* add support for loading boolsDuraid Madina2005-11-041-1/+7
* Scheduling now uses itinerary data.Jim Laskey2005-11-041-166/+201