aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* try to do better match for i32 addsAndrew Lenharth2005-02-121-1/+22
* make FP conversion more conservative (matches gcc)Andrew Lenharth2005-02-121-3/+4
* oops, I was sure this had already gond though the nightly testerAndrew Lenharth2005-02-121-1/+1
* added sign extend for booleanAndrew Lenharth2005-02-121-3/+5
* fix a bunch of regressions due to call behaviorAndrew Lenharth2005-02-101-4/+4
* so, if you beat on it, you too can talk emacs into having a sane indenting po...Andrew Lenharth2005-02-103-549/+575
* fix fp branchAndrew Lenharth2005-02-101-6/+6
* * Fix spelling of `volatile'Misha Brukman2005-02-101-9/+9
* BranchCC, niftyAndrew Lenharth2005-02-081-7/+117
* fix store issue and an FP conversion (segfault) issueAndrew Lenharth2005-02-072-11/+21
* copytoreg fixAndrew Lenharth2005-02-071-6/+6
* copyfromreg fixAndrew Lenharth2005-02-071-3/+6
* fix load bugAndrew Lenharth2005-02-071-5/+5
* more FP load store fixes and Load store simplificationsAndrew Lenharth2005-02-071-47/+14
* clean up load and stores alotAndrew Lenharth2005-02-071-143/+13
* teach all loads and stores about the stackAndrew Lenharth2005-02-071-1/+41
* prefer FP scratch registers and more check in LowerArgumentsAndrew Lenharth2005-02-062-15/+27
* fix oopsoAndrew Lenharth2005-02-062-35/+56
* smarter loads and stores. can now handle base+offset.Andrew Lenharth2005-02-062-172/+270
* fix buildAndrew Lenharth2005-02-051-1/+0
* clean upAndrew Lenharth2005-02-051-5/+2
* fix f32 setcc, and fp selectAndrew Lenharth2005-02-052-73/+100
* added ugly support for fp comparesAndrew Lenharth2005-02-052-23/+71
* Make the rest of file header comments consistent in format and styleMisha Brukman2005-02-057-7/+7
* Make file header comment consistent: extend the whole 80 cols to fill the lineMisha Brukman2005-02-045-5/+5
* alignmentAndrew Lenharth2005-02-041-2/+4
* get alignment printing correctly and get rid of __main hackAndrew Lenharth2005-02-041-7/+2
* FP fixesAndrew Lenharth2005-02-031-12/+17
* Store fixAndrew Lenharth2005-02-022-15/+37
* oopsAndrew Lenharth2005-02-021-1/+1
* prevent register allocator from using the stack pointer :)Andrew Lenharth2005-02-022-3/+3
* fix loading of floatsAndrew Lenharth2005-02-021-1/+3
* marked mem* as not supportedAndrew Lenharth2005-02-021-0/+4
* fix Load bugAndrew Lenharth2005-02-021-1/+1
* try to make a bug bugpointable, add yet more constant pool stuff, fixup const...Andrew Lenharth2005-02-022-13/+19
* better constant handling, should fix many remaining casesAndrew Lenharth2005-02-021-2/+11
* fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant poolAndrew Lenharth2005-02-011-12/+17
* Print the Constant poolAndrew Lenharth2005-02-011-8/+7
* Make cmov work right and loads for fp from constant poolAndrew Lenharth2005-02-011-18/+20
* Correct stack stuff for FPAndrew Lenharth2005-02-011-5/+12
* try to match alpha patternAndrew Lenharth2005-02-012-1/+21
* fix register namesAndrew Lenharth2005-02-011-16/+16
* pecimise loads, put indirect call addr in right register. still doesn't fix ...Andrew Lenharth2005-02-012-14/+19
* indirect call fixAndrew Lenharth2005-01-311-1/+1
* fp to int and back conversion sequencesAndrew Lenharth2005-01-312-14/+34
* added fp extend and removed a forgotten assert in more than 6 arg support (sh...Andrew Lenharth2005-01-302-22/+32
* This code is really unreachable.Chris Lattner2005-01-301-1/+2
* Fix warnings.Chris Lattner2005-01-302-2/+2
* support for larger callsAndrew Lenharth2005-01-302-98/+124
* Unbreak the build :(Chris Lattner2005-01-291-1/+0