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
*
Tighten up a check for folding away loads from (newly constant) globals. This
Chris Lattner
2007-11-09
1
-6
/
+11
*
Move MinAlign to MathExtras.h.
Duncan Sands
2007-11-09
3
-3
/
+1
*
Fix indent
Anton Korobeynikov
2007-11-09
1
-12
/
+11
*
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-11-09
4
-4
/
+4
*
And delete this one
Anton Korobeynikov
2007-11-09
1
-29
/
+0
*
Fix some load/store logic that would be wrong for
Duncan Sands
2007-11-09
2
-6
/
+10
*
Add terminating newline.
Duncan Sands
2007-11-09
1
-1
/
+1
*
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
10
-21
/
+75
*
Didn't mean to check these in.
Evan Cheng
2007-11-09
2
-14
/
+11
*
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-09
3
-14
/
+20
*
Rewrite Dwarf number handling per review comments.
Dale Johannesen
2007-11-09
2
-155
/
+206
*
Updated Deserializer class to provide more information about the current
Ted Kremenek
2007-11-09
1
-48
/
+97
*
This preserves critical edge breaking.
Owen Anderson
2007-11-08
1
-0
/
+1
*
Make BreakCriticalMachineEdges available as a pass that can be depended on.
Owen Anderson
2007-11-08
1
-1
/
+1
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
2
-7
/
+38
*
Better check
Andrew Lenharth
2007-11-08
1
-1
/
+1
*
Fix PR1780
Andrew Lenharth
2007-11-08
1
-1
/
+1
*
[ARM] Implement __builtin_thread_pointer.
Lauro Ramos Venancio
2007-11-08
1
-1
/
+16
*
If both parts of smul_lohi, etc. are used, don't simplify. If only one part i...
Evan Cheng
2007-11-08
1
-30
/
+31
*
Add the majority of machine-level critical edge breaking pass. Most of this ...
Owen Anderson
2007-11-08
1
-0
/
+131
*
Take another stab at getting isLiveIn() and isLiveOut() right.
Owen Anderson
2007-11-08
1
-8
/
+11
*
Bring UsedBlocks back. StrongPHIElimination needs this information.
Owen Anderson
2007-11-08
3
-1
/
+15
*
Complete conditionalization of Dwarf reg numbers.
Dale Johannesen
2007-11-07
2
-41
/
+86
*
Implemented generic serialization of APFloat.
Ted Kremenek
2007-11-07
2
-0
/
+45
*
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
2
-1
/
+31
*
Simplify my (il)logic.
Evan Cheng
2007-11-07
1
-11
/
+2
*
Add some more of StrongPHIElim.
Owen Anderson
2007-11-07
1
-12
/
+74
*
Interchange Dwarf numbers of ESP and EBP on x86 Darwin.
Dale Johannesen
2007-11-07
2
-0
/
+20
*
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
1
-6
/
+2
*
Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...
Ted Kremenek
2007-11-06
1
-1
/
+4
*
make smallptrset more const and type correct, which caught a few
Chris Lattner
2007-11-06
1
-2
/
+2
*
Remainder operations must be either integer or floating-point.
Dan Gohman
2007-11-06
1
-1
/
+3
*
fix const correctness, BB is const, so its predecessors are too
Chris Lattner
2007-11-06
1
-1
/
+1
*
don't put erase or query for non-allocainst pointers in an set of allocainsts*'s
Chris Lattner
2007-11-06
1
-3
/
+6
*
Implement PR1777 by detecting dependent phis that
Chris Lattner
2007-11-06
1
-0
/
+62
*
When the allocator rewrite a spill register with new virtual register, it rep...
Evan Cheng
2007-11-06
1
-3
/
+12
*
At the point of calculating the shift amount, the
Duncan Sands
2007-11-06
1
-2
/
+3
*
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-06
1
-3
/
+3
*
Added support for processing abbreviations in the Deserializer.
Ted Kremenek
2007-11-06
1
-2
/
+19
*
First step towards moving the coalescer to priority_queue based machinery.
Evan Cheng
2007-11-06
2
-50
/
+251
*
Fix a bug where a def use operand isn't being detected as a sub-register use.
Evan Cheng
2007-11-06
1
-4
/
+7
*
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
2007-11-06
1
-2
/
+5
*
Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
Chris Lattner
2007-11-06
1
-7
/
+11
*
Add a few comments.
Owen Anderson
2007-11-06
1
-0
/
+5
*
DomForest is a forest of registers, not instructions.
Owen Anderson
2007-11-06
1
-25
/
+47
*
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
[next]