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
*
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
*
Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
Chris Lattner
2007-11-01
1
-12
/
+8
*
Fix InstCombine/2007-10-31-RangeCrash.ll
Chris Lattner
2007-11-01
1
-0
/
+8
*
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
Ted Kremenek
2007-11-01
1
-21
/
+19
*
constified several pointer arguments for methods in the Deserializer.
Ted Kremenek
2007-10-31
1
-3
/
+3
*
Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introduced
Dan Gohman
2007-10-31
1
-4
/
+3
*
Add a preverifier pass to check that every basic block ends in a terminator, ...
Owen Anderson
2007-10-31
1
-1
/
+20
*
Implemented deserialization of references. References are handled
Ted Kremenek
2007-10-31
1
-1
/
+13
*
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-31
1
-1
/
+1
*
Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa...
Rafael Espindola
2007-10-31
4
-23
/
+16
*
Fix a typo in a comment.
Dan Gohman
2007-10-31
1
-1
/
+1
*
Make ARM an X86 memcpy expansion more similar to each other.
Rafael Espindola
2007-10-31
5
-11
/
+11
*
Promotion of sdiv/srem/udiv/urem.
Duncan Sands
2007-10-31
1
-0
/
+32
*
Add a newline at the end of the file.
Duncan Sands
2007-10-31
2
-2
/
+2
[next]