aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
...
* New entry.Evan Cheng2008-03-281-0/+44
* Load from stub is already re-materializable.Evan Cheng2008-03-281-8/+12
* Code clean up.Evan Cheng2008-03-271-14/+16
* Allow certain lea instructions to be rematerialized.Evan Cheng2008-03-273-35/+68
* Remove an unused command line option.Evan Cheng2008-03-271-6/+0
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-263-8/+8
* Fix some SSE4.1 instruction encoding bugs.Evan Cheng2008-03-261-4/+4
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-252-12/+13
* Smaller function alignment when optimizing for size.Evan Cheng2008-03-253-6/+8
* Rename option -optimizefor-size to -optimize-size.Evan Cheng2008-03-251-1/+1
* Add explicit keywords.Dan Gohman2008-03-2510-10/+10
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-254-4/+6
* Add optimize-for-size knob.Devang Patel2008-03-251-0/+6
* Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman2008-03-251-0/+4
* Add \t after .set. Fix by Jay Freeman.Evan Cheng2008-03-241-1/+1
* Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling2008-03-241-2/+5
* - SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng2008-03-242-8/+27
* Remove duplicated entries.Evan Cheng2008-03-231-35/+0
* Minor typo fixes. Also add another FIXME.Anton Korobeynikov2008-03-231-5/+6
* Add license headerAnton Korobeynikov2008-03-231-0/+13
* Add Win64 compilation callback. This allows easy examples to be JITed on Win64!Anton Korobeynikov2008-03-232-5/+58
* Provide a JIT selector on win64Anton Korobeynikov2008-03-231-1/+1
* Hack out the PIC mode on Win64 targets. This needs to be investigated later.Anton Korobeynikov2008-03-231-1/+3
* Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardlessAnton Korobeynikov2008-03-231-22/+30
* Remove old-standing obsolete code.Anton Korobeynikov2008-03-231-9/+11
* Honour built-in defines on win64 targets for automatically subtarget recognize.Anton Korobeynikov2008-03-221-2/+3
* Recognize "windows" in target triple, not only "win32"Anton Korobeynikov2008-03-221-0/+2
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-222-6/+28
* Add convenient helper for win64 check. Simplify things slightly.Anton Korobeynikov2008-03-223-3/+5
* Initial support for Win64 calling conventions. Still in early state.Anton Korobeynikov2008-03-222-5/+54
* Another comments fixingAnton Korobeynikov2008-03-221-1/+2
* Restore this assert now that the livevar bug is fixed.Chris Lattner2008-03-211-2/+7
* Introduce a new node for holding call argumentDuncan Sands2008-03-214-78/+55
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-215-174/+2
* Add support for calls that return two FP values inChris Lattner2008-03-213-5/+52
* disable a bogus assertion.Chris Lattner2008-03-211-2/+2
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-212-7/+4
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-211-16/+24
* add a note.Chris Lattner2008-03-201-0/+8
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-201-2/+2
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-202-22/+22
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-203-9/+8
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-191-11/+11
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+2
* Add support for multiple return values for the PPC target byDan Gohman2008-03-192-146/+23
* Don't loose incoming argument registers. Fix documentation style.Arnold Schwaighofer2008-03-193-9/+9
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-192-46/+2
* On Darwin, GCC issues a ".globl" for something that has a "visibility protected"Bill Wendling2008-03-181-0/+1
* Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...Evan Cheng2008-03-181-6/+10
* Make Complex long long/double/long double workDale Johannesen2008-03-172-2/+19