index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated entries.
Evan Cheng
2008-03-23
1
-35
/
+0
*
Minor typo fixes. Also add another FIXME.
Anton Korobeynikov
2008-03-23
1
-5
/
+6
*
Add license header
Anton Korobeynikov
2008-03-23
1
-0
/
+13
*
Add Win64 compilation callback. This allows easy examples to be JITed on Win64!
Anton Korobeynikov
2008-03-23
2
-5
/
+58
*
Provide a JIT selector on win64
Anton Korobeynikov
2008-03-23
1
-1
/
+1
*
Hack out the PIC mode on Win64 targets. This needs to be investigated later.
Anton Korobeynikov
2008-03-23
1
-1
/
+3
*
Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardless
Anton Korobeynikov
2008-03-23
1
-22
/
+30
*
Remove old-standing obsolete code.
Anton Korobeynikov
2008-03-23
1
-9
/
+11
*
Honour built-in defines on win64 targets for automatically subtarget recognize.
Anton Korobeynikov
2008-03-22
1
-2
/
+3
*
Recognize "windows" in target triple, not only "win32"
Anton Korobeynikov
2008-03-22
1
-0
/
+2
*
Add information about callee-saved registers on Win64
Anton Korobeynikov
2008-03-22
2
-6
/
+28
*
Add convenient helper for win64 check. Simplify things slightly.
Anton Korobeynikov
2008-03-22
3
-3
/
+5
*
Initial support for Win64 calling conventions. Still in early state.
Anton Korobeynikov
2008-03-22
2
-5
/
+54
*
Another comments fixing
Anton Korobeynikov
2008-03-22
1
-1
/
+2
*
Restore this assert now that the livevar bug is fixed.
Chris Lattner
2008-03-21
1
-2
/
+7
*
Introduce a new node for holding call argument
Duncan Sands
2008-03-21
4
-78
/
+55
*
remove Evan's "ugly hack" that sorta attempted to get
Chris Lattner
2008-03-21
5
-174
/
+2
*
Add support for calls that return two FP values in
Chris Lattner
2008-03-21
3
-5
/
+52
*
disable a bogus assertion.
Chris Lattner
2008-03-21
1
-2
/
+2
*
Enable support for returning two long-double values in ST(0)/ST(1).
Chris Lattner
2008-03-21
2
-7
/
+4
*
Undo 48570. Correctly match mmx shift instructions with an immediate operand.
Evan Cheng
2008-03-21
1
-16
/
+24
*
add a note.
Chris Lattner
2008-03-20
1
-0
/
+8
*
Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...
Evan Cheng
2008-03-20
1
-2
/
+2
*
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-20
2
-22
/
+22
*
Add more patterns to match in the integer comparison test harnesses.
Scott Michel
2008-03-20
3
-9
/
+8
*
Add intrinsics to match mmx shift builtin's with immediate operand.
Evan Cheng
2008-03-19
1
-11
/
+11
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+2
*
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-19
2
-146
/
+23
*
Don't loose incoming argument registers. Fix documentation style.
Arnold Schwaighofer
2008-03-19
3
-9
/
+9
*
Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...
Christopher Lamb
2008-03-19
2
-46
/
+2
*
On Darwin, GCC issues a ".globl" for something that has a "visibility protected"
Bill Wendling
2008-03-18
1
-0
/
+1
*
Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...
Evan Cheng
2008-03-18
1
-6
/
+10
*
Make Complex long long/double/long double work
Dale Johannesen
2008-03-17
2
-2
/
+19
*
Check in some #ifdef'd out code switching call argument
Chris Lattner
2008-03-17
2
-42
/
+112
*
minor cleanups
Chris Lattner
2008-03-17
1
-36
/
+30
*
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
Evan Cheng
2008-03-17
3
-0
/
+4
*
remove dead code
Chris Lattner
2008-03-17
1
-32
/
+0
*
Switch sparc from using LowerCallTo to using LowerOperation(CALL) like
Chris Lattner
2008-03-17
2
-71
/
+47
*
Start moving sparc to use SparcCallingConv.td, switching over
Chris Lattner
2008-03-17
4
-273
/
+291
*
split sparc lowering out into SparcISelLowering.{cpp|h} to follow
Chris Lattner
2008-03-17
3
-986
/
+1023
*
refactor the LowerOperation code out to individual functions for
Chris Lattner
2008-03-17
1
-173
/
+197
*
Next round of PPC32 ABI changes. Allow for gcc
Dale Johannesen
2008-03-17
2
-13
/
+66
*
various rotate fun.
Chris Lattner
2008-03-17
1
-0
/
+44
*
Add a couple missing SSE4 instructions
Nate Begeman
2008-03-16
1
-0
/
+11
*
C and Objective Caml bindings for the TargetData class.
Gordon Henriksen
2008-03-16
1
-0
/
+93
*
Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...
Christopher Lamb
2008-03-16
5
-52
/
+51
*
Remove isImplicitDef TargetInstrDesc flag.
Evan Cheng
2008-03-15
1
-1
/
+0
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
22
-166
/
+13
*
Implement the real calling convention for ppc32 Altivec:
Dale Johannesen
2008-03-14
1
-21
/
+118
*
Fix some 80 col violations.
Evan Cheng
2008-03-14
1
-22
/
+22
[next]