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
*
StrongPHIElimination requires LiveVariables.
Owen Anderson
2007-11-06
1
-10
/
+24
*
Better processor definition
Bruno Cardoso Lopes
2007-11-06
2
-3
/
+5
*
wrap long lines
Chris Lattner
2007-11-06
1
-2
/
+4
*
Add support for vector remainder operations.
Dan Gohman
2007-11-05
2
-12
/
+13
*
Fix an abort in instcombine when folding creates a vector rem instruction.
Dan Gohman
2007-11-05
1
-5
/
+9
*
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2007-11-05
5
-107
/
+65
*
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
2
-4
/
+34
*
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-11-05
10
-789
/
+876
*
Added default creation of root-level block by bitstream serializer.
Ted Kremenek
2007-11-05
1
-3
/
+22
*
If a value is incoming from outside the loop then the value does not need rem...
Devang Patel
2007-11-05
1
-3
/
+0
*
[ARM] Fix code generation for:
Lauro Ramos Venancio
2007-11-05
1
-1
/
+1
*
Don't output ABI size padding twice. By using the store
Duncan Sands
2007-11-05
1
-5
/
+6
*
Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common
Evan Cheng
2007-11-05
2
-2
/
+186
*
Use movups to spill / restore SSE registers on targets where stacks alignment is
Evan Cheng
2007-11-05
2
-15
/
+24
*
Skip over deleted val#'s.
Evan Cheng
2007-11-05
1
-2
/
+2
*
Handle cases where a register and one of its super-register are both marked as
Evan Cheng
2007-11-05
1
-2
/
+4
*
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-11-05
9
-104
/
+215
*
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-11-05
1
-2
/
+3
*
Fix PR1187.
Evan Cheng
2007-11-05
1
-1
/
+1
*
If a long double is in a packed struct, it may be
Duncan Sands
2007-11-05
1
-5
/
+7
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
14
-51
/
+52
*
Another step of stronger PHI elimination down.
Owen Anderson
2007-11-04
1
-0
/
+88
*
Deleting -emitbitcode option which did nothing.
Gordon Henriksen
2007-11-04
1
-6
/
+5
*
Fix PR1761 by not printing (rip) suffix when in -static mode.
Chris Lattner
2007-11-04
1
-1
/
+2
*
Fix crash before main on ppc/linux with static constructors. PR1771
Nick Lewycky
2007-11-04
2
-0
/
+4
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
5
-22
/
+20
*
Change uses of getTypeSize to getABITypeSize, getTypeStoreSize
Duncan Sands
2007-11-04
1
-44
/
+56
*
If an interval is being undone clear its preference as well since the source ...
Evan Cheng
2007-11-04
1
-1
/
+6
*
Fix PR1763 by allowing the 'q' constraint to work with 64-bit
Chris Lattner
2007-11-04
1
-1
/
+3
*
Disable tail duplication of call instructions. The cost
Chris Lattner
2007-11-04
1
-0
/
+5
*
There are times when the coalescer would not coalesce away a copy but the copy
Evan Cheng
2007-11-03
2
-9
/
+122
*
Add std:: to sort calls.
Dan Gohman
2007-11-02
2
-2
/
+2
*
Change illegal uses of ++ to uses of STLExtra.h's next function.
Dan Gohman
2007-11-02
2
-2
/
+3
*
Unbreak tailcall opt.
Evan Cheng
2007-11-02
1
-1
/
+1
*
One more extract_subreg coalescing bug.
Evan Cheng
2007-11-02
1
-5
/
+33
*
add a note
Chris Lattner
2007-11-02
1
-0
/
+20
*
Fix a thinko.
Duncan Sands
2007-11-02
1
-3
/
+2
*
Remove some unnecessary C-style statics.
Neil Booth
2007-11-02
1
-6
/
+8
*
Missing a getNumOperands check.
Evan Cheng
2007-11-02
1
-22
/
+25
*
Add back line whose removal somehow crept into prior patch
Neil Booth
2007-11-01
1
-0
/
+1
*
When converting to integer, do bit manipulations in the destination
Neil Booth
2007-11-01
1
-71
/
+107
*
Removed ReadVal from SerializeTrait<T>, and also removed it from
Ted Kremenek
2007-11-01
1
-3
/
+1
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
23
-132
/
+93
*
Don't barf on empty basic blocks. Do not rely on assert
Duncan Sands
2007-11-01
1
-9
/
+21
*
Silence a warning saying that the variables always resolve to "true" in an
Bill Wendling
2007-11-01
1
-4
/
+4
*
Silence, accersed warning
Bill Wendling
2007-11-01
1
-1
/
+1
*
- Coalesce extract_subreg when both intervals are relatively small.
Evan Cheng
2007-11-01
1
-23
/
+46
*
Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been
Owen Anderson
2007-11-01
1
-4
/
+12
*
remove verifier command line option: this should be part of the API, not
Chris Lattner
2007-11-01
1
-11
/
+0
*
Now with less tabs!
Owen Anderson
2007-11-01
1
-5
/
+5
[next]