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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.
Bill Wendling
2008-03-18
3
-27
/
+87
*
Fix PR 2160 by making sure arguments to external functions get marked as poin...
Daniel Berlin
2008-03-18
2
-18
/
+50
*
Do not pass -g flag when compiling tests, so remove the C.Flags. This only ha...
Tanya Lattner
2008-03-18
1
-1
/
+1
*
Make conversions of i8/i16 to ppcf128 work.
Dale Johannesen
2008-03-18
2
-10
/
+45
*
Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
Scott Michel
2008-03-18
2
-5
/
+5
*
Target independent DAG transform to use truncate for field extraction + sign ...
Christopher Lamb
2008-03-18
2
-0
/
+65
*
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-18
3
-78
/
+182
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
23
-377
/
+336
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
26
-605
/
+564
*
Get rid of compilation warnings. Per Devang.
Dale Johannesen
2008-03-18
1
-3
/
+3
*
Identify Analysis pass.
Devang Patel
2008-03-18
19
-0
/
+83
*
Update heuritics that estimates cost of call instructions.
Devang Patel
2008-03-17
1
-0
/
+5
*
Make Complex long long/double/long double work
Dale Johannesen
2008-03-17
2
-2
/
+19
*
Clarify the unwind attribute. Add assumption
Duncan Sands
2008-03-17
1
-4
/
+6
*
Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar!
Bill Wendling
2008-03-17
1
-0
/
+5
*
Add support for escaping {} in asm strings, based on patch from Nick Burns.
Nate Begeman
2008-03-17
1
-1
/
+18
*
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
*
A first attempt at updating live intervals, with code lifted from
Owen Anderson
2008-03-17
1
-4
/
+176
*
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
*
ensure we continue matching x86-64 rotates.
Chris Lattner
2008-03-17
1
-0
/
+19
*
__builtin_ia32_movntdqa reads memory
Nate Begeman
2008-03-16
1
-1
/
+1
*
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
10
-5
/
+583
*
Add assert for non-hexadecimal radixes.
Bill Wendling
2008-03-16
1
-0
/
+4
*
Housekeeping.
Gordon Henriksen
2008-03-16
1
-6
/
+36
*
C and Objective Caml bindings for several scalar transforms.
Gordon Henriksen
2008-03-16
9
-1
/
+282
*
Remove unnecessary includes.
Gordon Henriksen
2008-03-16
1
-2
/
+1
*
All of these tests had out of date syntax and were never even running through
Nick Lewycky
2008-03-16
7
-28
/
+26
*
Functions are allowed to return structures. (Note that this test never failed.)
Nick Lewycky
2008-03-16
1
-7
/
+0
*
Regressions/ is long gone.
Nick Lewycky
2008-03-16
1
-1
/
+1
*
Commit works on regular functions too. Fix the syntax to allow @foo.
Nick Lewycky
2008-03-16
1
-3
/
+3
*
C and Objective Caml bindings for PassManagers.
Gordon Henriksen
2008-03-16
6
-14
/
+234
*
Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...
Christopher Lamb
2008-03-16
11
-208
/
+158
*
Minor documentation fix.
Gordon Henriksen
2008-03-15
1
-1
/
+1
*
Remove isImplicitDef TargetInstrDesc flag.
Evan Cheng
2008-03-15
6
-16
/
+3
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
31
-178
/
+68
*
Expose Module::dump via C and Ocaml.
Gordon Henriksen
2008-03-14
4
-0
/
+14
*
Expose Module::dump via C and Ocaml.
Gordon Henriksen
2008-03-14
1
-0
/
+4
*
move the Use destructor where it belongs to
Gabor Greif
2008-03-14
2
-6
/
+4
*
Back out r48353. Not needed.
Evan Cheng
2008-03-14
2
-16
/
+4
*
Do not generate special entries in the dwarf eh
Duncan Sands
2008-03-14
1
-6
/
+2
*
Restore this member, which is used on win32.
Chris Lattner
2008-03-14
1
-2
/
+1
[next]