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
*
add some more (void)'s to prototypes for PR6961
Chris Lattner
2010-04-29
1
-3
/
+3
*
Fix typos in assertion strings.
Dan Gohman
2010-04-29
1
-2
/
+2
*
Slightly verboser debug spew from coalescer
Jakob Stoklund Olesen
2010-04-29
2
-26
/
+25
*
Missed earlier. This is part of previous check-in. (r102661 - refactor.)
Devang Patel
2010-04-29
1
-0
/
+4
*
Refactor.
Devang Patel
2010-04-29
2
-4
/
+13
*
Make naked functions work on PPC.
Dale Johannesen
2010-04-29
2
-1
/
+11
*
Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
Devang Patel
2010-04-29
2
-0
/
+4
*
Remove DBG_VALUE which reference dead stack slots.
Evan Cheng
2010-04-29
1
-2
/
+19
*
DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...
Devang Patel
2010-04-29
1
-0
/
+7
*
Add DenseMapInfo for int.
Evan Cheng
2010-04-29
1
-0
/
+10
*
llc no longer requires the -f option to overwrite files.
Dan Gohman
2010-04-29
1
-1
/
+1
*
Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;
Bob Wilson
2010-04-29
1
-2
/
+0
*
Elaborate on a comment.
Dan Gohman
2010-04-29
1
-2
/
+5
*
Remove dead option.
Daniel Dunbar
2010-04-29
1
-3
/
+0
*
Verify metadata harder. In particular, check that module
Duncan Sands
2010-04-29
1
-39
/
+60
*
Fix comment typo.
Duncan Sands
2010-04-29
1
-1
/
+1
*
Add comment.
Evan Cheng
2010-04-29
1
-0
/
+2
*
Fix PR6910.
Torok Edwin
2010-04-29
1
-1
/
+1
*
Re-enable 102565 with fixes.
Evan Cheng
2010-04-29
2
-14
/
+8
*
Fix typo.
Nick Lewycky
2010-04-29
1
-1
/
+1
*
Load folding tail call should not use ebp / rbp after it's popped. PEI
Evan Cheng
2010-04-29
2
-5
/
+67
*
Add support for assemblers that don't support periods in a name
Mon P Wang
2010-04-29
3
-6
/
+17
*
Temporarily disable my changes to unbreak the build.
Evan Cheng
2010-04-29
2
-0
/
+8
*
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
2010-04-29
2
-9
/
+11
*
Fix missing #include.
Dan Gohman
2010-04-29
1
-0
/
+1
*
Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...
Evan Cheng
2010-04-29
2
-2
/
+2
*
Frame index can be negative.
Evan Cheng
2010-04-29
7
-7
/
+7
*
Check Reg against zero.
Evan Cheng
2010-04-29
2
-1
/
+3
*
- Really preserve dbg_value instructions when the register is spilled.
Evan Cheng
2010-04-28
1
-2
/
+3
*
tidy up.
Devang Patel
2010-04-28
1
-8
/
+2
*
Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the
Kevin Enderby
2010-04-28
2
-4
/
+22
*
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
7
-33
/
+81
*
fix this to work with objdir != srcdir
Chris Lattner
2010-04-28
1
-1
/
+1
*
Fix comment.
Dale Johannesen
2010-04-28
1
-1
/
+1
*
Test for llvm-gcc checkin 102543.
Dale Johannesen
2010-04-28
1
-0
/
+6
*
Add an option to the Apple-style build to control whether libLTO.dylib should
Bob Wilson
2010-04-28
2
-12
/
+24
*
Add sizes non-floating point versions for the eh sjlj intrinsic expansions.
Jim Grosbach
2010-04-28
1
-1
/
+2
*
Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...
Devang Patel
2010-04-28
1
-39
/
+35
*
declare targets with (void) instead of () since this is a C header.
Chris Lattner
2010-04-28
1
-2
/
+2
*
fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G),
Chris Lattner
2010-04-28
2
-2
/
+34
*
Pretty print DBG_VALUE machine instructions.
Evan Cheng
2010-04-28
1
-1
/
+9
*
Rework global alignment computation again. Now we do round up
Chris Lattner
2010-04-28
5
-33
/
+70
*
While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc...
Devang Patel
2010-04-28
1
-11
/
+11
*
Recompute kill flags from live intervals after coalescing instead of trying to
Jakob Stoklund Olesen
2010-04-28
2
-49
/
+21
*
Teach X86FloatingPoint that a register can be killed multiple times by the same
Jakob Stoklund Olesen
2010-04-28
1
-6
/
+7
*
Undo most of my previous whitespace fix. I think I like it better this way
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix inconsistent use of HOSTS and TARGETS variables.
Bob Wilson
2010-04-28
1
-3
/
+3
*
Fix whitespace.
Bob Wilson
2010-04-28
1
-4
/
+3
*
Enable i16 to i32 promotion by default.
Evan Cheng
2010-04-28
16
-46
/
+98
*
Try operation promotion only if regular dag combine and target-specific ones ...
Evan Cheng
2010-04-28
1
-15
/
+42
[next]