aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check in some #ifdef'd out code switching call argument Chris Lattner2008-03-172-42/+112
* minor cleanupsChris Lattner2008-03-171-36/+30
* Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.Evan Cheng2008-03-173-0/+4
* remove dead codeChris Lattner2008-03-171-32/+0
* Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner2008-03-172-71/+47
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-174-273/+291
* split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner2008-03-173-986/+1023
* refactor the LowerOperation code out to individual functions for Chris Lattner2008-03-171-173/+197
* Next round of PPC32 ABI changes. Allow for gccDale Johannesen2008-03-172-13/+66
* various rotate fun.Chris Lattner2008-03-171-0/+44
* Add a couple missing SSE4 instructionsNate Begeman2008-03-161-0/+11
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+93
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-165-52/+51
* Remove isImplicitDef TargetInstrDesc flag.Evan Cheng2008-03-151-1/+0
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-1522-166/+13
* Implement the real calling convention for ppc32 Altivec:Dale Johannesen2008-03-141-21/+118
* Fix some 80 col violations.Evan Cheng2008-03-141-22/+22