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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark calls to llvm.stacksave, llvm.stackrestore as
Dale Johannesen
2008-04-07
1
-1
/
+4
*
regenerate
Gabor Greif
2008-04-06
3
-4989
/
+3649
*
fix warnings with assertions disabled.
Chris Lattner
2008-04-06
1
-21
/
+6
*
Silence warning when no assertions.
Chris Lattner
2008-04-06
1
-1
/
+2
*
silence a warning when assertions are disabled.
Chris Lattner
2008-04-06
1
-1
/
+1
*
fix a warning
Gabor Greif
2008-04-06
1
-1
/
+1
*
Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.
Edwin Török
2008-04-06
1
-4
/
+19
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
56
-571
/
+621
*
disable this for now.
Chris Lattner
2008-04-05
1
-1
/
+1
*
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
1
-2
/
+42
*
Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...
Evan Cheng
2008-04-05
2
-48
/
+52
*
Make sure both PendingLoads and PendingExports are flushed
Dale Johannesen
2008-04-04
1
-1
/
+4
*
strdup needs <cstring>. This fixes a build error with g++-4.3.
Edwin Török
2008-04-04
1
-0
/
+1
*
Provide an initial cut at exposing JIT compiled symbols to performance
Chris Lattner
2008-04-04
1
-1
/
+139
*
Make ExecutionEngine::updateGlobalMapping return the old mapping.
Chris Lattner
2008-04-04
1
-5
/
+18
*
Undo PHI elimination copy placement patch. This causes coalescing (performace...
Evan Cheng
2008-04-04
1
-30
/
+1
*
This is done.
Evan Cheng
2008-04-04
1
-4
/
+0
*
if some functions don't have debug info, we were outputing the same label at ...
Andrew Lenharth
2008-04-03
1
-2
/
+5
*
- Turn copies of implicit_def into implicit_def instructions.
Evan Cheng
2008-04-03
2
-6
/
+71
*
Special handling of zero-sized live intervals.
Evan Cheng
2008-04-03
1
-5
/
+19
*
- Treat a live range defined by an implicit_def as a zero-sized one.
Evan Cheng
2008-04-03
1
-2
/
+28
*
- PHI elimination also eliminates implicit_def that fits into a PHI node rath...
Evan Cheng
2008-04-03
1
-42
/
+84
*
Start of a series of patches related to implicit_def.
Evan Cheng
2008-04-03
1
-37
/
+70
*
Re-implemented Path::createDirectoryOnDisk (for Unix).
Ted Kremenek
2008-04-03
1
-32
/
+39
*
Re-enable SSE4.
Evan Cheng
2008-04-03
1
-3
/
+2
*
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-04-03
1
-10
/
+13
*
Cosmetic
Evan Cheng
2008-04-03
1
-2
/
+2
*
Temporarily disabling SSE4 until we fix the encoding issues.
Evan Cheng
2008-04-03
1
-2
/
+3
*
Backing out 48222 temporarily.
Evan Cheng
2008-04-03
9
-145
/
+116
*
Suppress the 128-bit integer typedef on 32-bit targets, because
Dan Gohman
2008-04-02
1
-6
/
+12
*
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
1
-2
/
+4
*
Partial CBackend support for 128-bit integers. This is needed
Dan Gohman
2008-04-02
1
-2
/
+9
*
Iterators folloring a SmallVector erased element are invalidated so
David Greene
2008-04-02
1
-6
/
+4
*
Now that I am told MachineRegisterInfo also tracks physical register uses / d...
Evan Cheng
2008-04-02
1
-24
/
+64
*
Remove #include<map> from LiveVariables.h. Not referenced.
Evan Cheng
2008-04-02
2
-1
/
+3
*
Cosmetic changes per EH patch review feedback.
Dale Johannesen
2008-04-02
3
-8
/
+8
*
Add new CC lowering rule: provide a list of registers, which can be 'shadowed',
Anton Korobeynikov
2008-04-02
2
-6
/
+21
*
In some situations, we need to check for local interferences between the PHI
Owen Anderson
2008-04-02
1
-2
/
+11
*
Correctly mark a valno that was previous defined by a PHI node as having an
Owen Anderson
2008-04-02
1
-4
/
+7
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
9
-100
/
+114
*
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-04-01
2
-10
/
+15
*
Reverting 49056 due to the build being broken.
Tanya Lattner
2008-04-01
1
-4
/
+6
*
ReMat of load from stub in pic mode extends the life of pic base. Currently s...
Evan Cheng
2008-04-01
1
-0
/
+6
*
Iterators folloring a SmallVector erased element are invalidated so
David Greene
2008-04-01
1
-6
/
+4
*
Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!
Bill Wendling
2008-04-01
1
-1
/
+2
*
Remove unnecessary and non-deterministic checking code. Re-enable remat of lo...
Evan Cheng
2008-04-01
1
-11
/
+0
*
Re-materialization is for uses only.
Evan Cheng
2008-04-01
1
-4
/
+4
*
Don't use __bzero for memset if the second argument isn't zero.
Dan Gohman
2008-04-01
1
-1
/
+2
*
Speculatively micro-optimize memory-zeroing calls on Darwin 10.
Dan Gohman
2008-04-01
3
-5
/
+35
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
8
-49
/
+25
[next]