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
*
Added note to getting started guide to use llvm-gcc4.2.
Tanya Lattner
2008-04-07
3
-70
/
+1
*
Add operator= implementations to SparseBitVector, allowing it to be used in G...
Owen Anderson
2008-04-07
2
-16
/
+31
*
Testcase for pr2169.
Duncan Sands
2008-04-07
1
-0
/
+14
*
Fix test.
Evan Cheng
2008-04-07
1
-2
/
+2
*
Fix PR 2169.
Daniel Berlin
2008-04-07
1
-0
/
+3
*
Use Intrinsic::getDeclaration in more places.
Duncan Sands
2008-04-07
4
-37
/
+18
*
The "stacksave is not nounwind problem" no longer
Duncan Sands
2008-04-07
1
-8
/
+3
*
Use Intrinsic::getDeclaration to get hold of
Duncan Sands
2008-04-07
1
-7
/
+8
*
Make sure that intrinsics automagically get the
Duncan Sands
2008-04-07
2
-3
/
+9
*
Re-commit of the r48822, where the infinite looping problem discovered
Roman Levenstein
2008-04-07
11
-180
/
+359
*
Make GVN more memory efficient, particularly on code that contains a large nu...
Owen Anderson
2008-04-07
2
-1
/
+19
*
Remove tabs. Patch by Mike Stump!
Bill Wendling
2008-04-07
1
-2
/
+2
*
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
*
fix this testcase to pass and remove a duplicate instance of itself.
Chris Lattner
2008-04-06
1
-75
/
+3
*
Prefer to expand mask for xor to -1, so we have a chance to turn it into a not.
Torok Edwin
2008-04-06
2
-4
/
+165
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
73
-685
/
+972
*
Fix generation of multi-stage instruction itineraries. Patch by
Chris Lattner
2008-04-06
1
-2
/
+5
*
-fPIC is required on x86-64 when building shared objects.
Torok Edwin
2008-04-06
2
-2
/
+2
*
disable this for now.
Chris Lattner
2008-04-05
1
-1
/
+1
*
Forgot this.
Evan Cheng
2008-04-05
1
-0
/
+2
*
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
2
-2
/
+102
*
Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...
Evan Cheng
2008-04-05
12
-67
/
+95
*
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.
Torok Edwin
2008-04-04
1
-0
/
+1
*
If a value is cast to its own type, then the cast
Duncan Sands
2008-04-04
1
-2
/
+6
*
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
2
-10
/
+25
*
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
*
Reenable running StripSymbols when EH is on.
Devang Patel
2008-04-03
1
-5
/
+1
*
New test case.
Evan Cheng
2008-04-03
1
-0
/
+29
*
Removed a deleted file from the VStudio System project. Also added custom bu...
Chuck Rose III
2008-04-03
2
-15
/
+33
*
if some functions don't have debug info, we were outputing the same label at ...
Andrew Lenharth
2008-04-03
1
-2
/
+5
*
Add member template version of SerializeTrait<T>::Create that also accepts
Ted Kremenek
2008-04-03
1
-0
/
+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
2
-7
/
+23
*
- Treat a live range defined by an implicit_def as a zero-sized one.
Evan Cheng
2008-04-03
2
-2
/
+32
*
- 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
2
-57
/
+100
*
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
11
-372
/
+178
[next]