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
*
Unbreak cyclic deps
Anton Korobeynikov
2009-06-19
9
-40
/
+104
*
Fix bad paste-o in the MSVC atomics.
Owen Anderson
2009-06-19
1
-2
/
+2
*
Forgot to remove some explicit locking when it became implicit in the ValueMap.
Owen Anderson
2009-06-19
1
-3
/
+5
*
Make ScalarEvolution::print print getSCEVAtScope values for
Dan Gohman
2009-06-19
1
-2
/
+10
*
Move the memory fences out of the path for single-threaded mode.
Owen Anderson
2009-06-19
2
-14
/
+15
*
Don't (unconditionally) use getSCEVAtScope to simplify the step
Dan Gohman
2009-06-19
1
-1
/
+0
*
Fix incorrect comment pointed out by Duncan.
Owen Anderson
2009-06-19
1
-1
/
+1
*
make jump threading handle lexically identical compare instructions
Chris Lattner
2009-06-19
1
-4
/
+17
*
fix the sparc codegen to not depend on the sparc asmprinter.
Chris Lattner
2009-06-19
3
-11
/
+29
*
Add support for AuroraUX. Patch by evocallaghan.
Duncan Sands
2009-06-19
1
-1
/
+4
*
Add comments.
Evan Cheng
2009-06-19
1
-0
/
+4
*
Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
Eli Friedman
2009-06-19
1
-0
/
+6
*
Should be using Bcc (average) latency to determine if-conversion threshold, n...
Evan Cheng
2009-06-19
1
-1
/
+1
*
Minor cleanup; fixes review comments for a previous patch. Sorry for
Eli Friedman
2009-06-19
1
-4
/
+3
*
Teach jump threading to look at comparisons between phi nodes and non-constants.
Nick Lewycky
2009-06-19
1
-25
/
+48
*
Misc tweaks to Intel asm printing to make it more compatible with MASM.
Eli Friedman
2009-06-19
3
-49
/
+54
*
Improve tail call elim to move loads above readonly calls
Chris Lattner
2009-06-19
1
-1
/
+15
*
part of PR4405: disable a contentious optimization for
Chris Lattner
2009-06-19
1
-5
/
+3
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
3
-25
/
+84
*
Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.
Evan Cheng
2009-06-19
1
-15
/
+20
*
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-19
8
-52
/
+147
*
Mark a few Thumb instructions commutable; just happened to spot this
Eli Friedman
2009-06-19
1
-0
/
+5
*
add a file I missed, this goes with r73743
Chris Lattner
2009-06-19
1
-0
/
+22
*
Add some scaffolding for a new experimental asmprinter
Chris Lattner
2009-06-19
3
-0
/
+16
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
6
-135
/
+57
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
8
-38
/
+32
*
minor cleanup
Chris Lattner
2009-06-18
1
-5
/
+3
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
7
-16
/
+14
*
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-18
5
-15
/
+7
*
Add a parent pointer to SCEV, in preparation for getting rid of the global un...
Owen Anderson
2009-06-18
1
-21
/
+26
*
Improved PHI def marking, replaced some gotos with breaks.
Lang Hames
2009-06-18
1
-5
/
+7
*
Simplify.
Owen Anderson
2009-06-18
1
-29
/
+12
*
Simplify.
Owen Anderson
2009-06-18
1
-15
/
+7
*
Add a SmartScopedLock, and use it to simplify code.
Owen Anderson
2009-06-18
1
-5
/
+4
*
Simplify with SmartRWMutex.
Owen Anderson
2009-06-18
1
-21
/
+11
*
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-18
4
-15
/
+18
*
Simplify by using no-op-when-not-multithreaded locks.
Owen Anderson
2009-06-18
1
-13
/
+8
*
Generalize LSR's OptimizeSMax to handle unsigned max tests as well
Dan Gohman
2009-06-18
1
-29
/
+35
*
Recognize n != 0 ? n : 1 as umax(n, 1). Previously only ULT/UGT/ULE/UGE
Dan Gohman
2009-06-18
1
-0
/
+18
*
Simplify using mutexes that become no-ops when not in multithreaded mode.
Owen Anderson
2009-06-18
1
-142
/
+76
*
Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead.
Anton Korobeynikov
2009-06-18
1
-23
/
+62
*
Simplify a lot of code by using a R/W mutex that becomes a no-op when multith...
Owen Anderson
2009-06-18
1
-168
/
+88
*
Use SmartMutex to simplify.
Owen Anderson
2009-06-18
1
-14
/
+12
*
Give RWMutex the SmartRWMutex treatment too.
Owen Anderson
2009-06-18
3
-24
/
+24
*
Insert a SmartMutex templated class into the class hierarchy, which takes a t...
Owen Anderson
2009-06-18
3
-20
/
+20
*
Update CMake files to account for new location of Threading.cpp.
Ted Kremenek
2009-06-18
2
-1
/
+1
*
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-18
9
-10
/
+10
*
Remove the code from IVUsers that attempted to handle
Dan Gohman
2009-06-18
2
-43
/
+5
*
Generalize the zext(trunc(t) & C) instcombine to work even with
Dan Gohman
2009-06-18
1
-8
/
+21
*
Update a comment to reflect the code.
Dan Gohman
2009-06-18
1
-2
/
+1
[next]