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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't dereference an invalid pointer if string is empty.
Anton Korobeynikov
2008-02-05
1
-4
/
+4
*
Implement sseregparm.
Dale Johannesen
2008-02-05
1
-1
/
+5
*
Added FoldingSet profiling support to ImmutableSet.
Ted Kremenek
2008-02-05
1
-1
/
+14
*
Changed profiling method for ImmutableMap to once again just use its
Ted Kremenek
2008-02-05
2
-26
/
+29
*
Missed one.
Dale Johannesen
2008-02-05
1
-3
/
+3
*
Unbreak teh build.
Evan Cheng
2008-02-05
1
-0
/
+6
*
Do not unconditionally redefine vec_ext_v16qi and
Dale Johannesen
2008-02-04
1
-2
/
+2
*
Typo.
Evan Cheng
2008-02-04
1
-1
/
+1
*
Modified 'Profile' method of ImmutableMap to use the 'Profile' method
Ted Kremenek
2008-02-04
1
-2
/
+2
*
Modified node creation of ImutAVLTree to do a hash lookup for an existing
Ted Kremenek
2008-02-04
1
-77
/
+124
*
Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration
Ted Kremenek
2008-02-04
1
-0
/
+62
*
constified operator~().
Ted Kremenek
2008-02-04
1
-1
/
+1
*
SSE 4.1 Intrinsics and detection
Nate Begeman
2008-02-03
1
-0
/
+150
*
Change the 'global modification' APIs in SelectionDAG to take a new
Chris Lattner
2008-02-03
1
-15
/
+23
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
5
-4
/
+27
*
Fixing a bug creating floating point constants of type other
Gordon Henriksen
2008-02-02
1
-0
/
+1
*
Frame index can be negative.
Evan Cheng
2008-02-02
1
-1
/
+1
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
1
-4
/
+5
*
Rename RecordLabel to RecordSourceLine because that's what it is doing.
Evan Cheng
2008-02-01
1
-2
/
+2
*
Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-01-31
1
-4
/
+21
*
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
8
-226
/
+13
*
Reapply the patch with fix.
Anton Korobeynikov
2008-01-31
1
-7
/
+34
*
revert anton's recent stringmap patch, which breaks clang.
Chris Lattner
2008-01-31
1
-33
/
+6
*
Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-01-31
1
-6
/
+33
*
Whitespace cleanup
Anton Korobeynikov
2008-01-31
1
-53
/
+52
*
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
2
-0
/
+11
*
MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...
Evan Cheng
2008-01-31
1
-9
/
+5
*
Avoid unnecessarily casting away const, fixing a FIXME.
Dan Gohman
2008-01-31
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-31
1
-1
/
+1
*
Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting
Dan Gohman
2008-01-31
1
-2
/
+2
*
Create a new class, MemOperand, for describing memory references
Dan Gohman
2008-01-31
6
-13
/
+163
*
A semi-gross fix for a debug info issue. When inserting the "function start" ...
Evan Cheng
2008-01-30
1
-0
/
+2
*
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
1
-4
/
+4
*
Add a new PseudoSourceValue class, which will be used to help track
Dan Gohman
2008-01-30
2
-0
/
+63
*
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-30
1
-53
/
+37
*
Altered ctor for APSInt to accept an optional "isUnsigned" flag. Default
Ted Kremenek
2008-01-29
1
-1
/
+2
*
Add comments describing what the loop depth values mean. Also, make a
Dan Gohman
2008-01-29
1
-4
/
+9
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2008-01-29
3
-4
/
+4
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
1
-1
/
+6
*
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-29
1
-0
/
+5
*
Added destructor for template class FoldingSetNodeWrapper.
Ted Kremenek
2008-01-28
1
-1
/
+4
*
Handle some more combinations of extend and icmp. Fixes PR1940.
Nick Lewycky
2008-01-28
1
-0
/
+12
*
Fixes for BreakCriticalMachineCodeEdge by Fernando.
Owen Anderson
2008-01-27
1
-14
/
+15
*
make isExactlyValue work for long double.
Chris Lattner
2008-01-27
1
-4
/
+3
*
The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
Bill Wendling
2008-01-27
2
-12
/
+0
*
make this 64-bit safe
Chris Lattner
2008-01-26
1
-2
/
+2
*
Reorder a field to reduce the size of StackObject. Note that this
Chris Lattner
2008-01-25
1
-10
/
+19
*
Add more assertions to catch accesses outside of
Duncan Sands
2008-01-25
1
-13
/
+30
*
move this field back. Moving the field causes miscompilations (!) of voronoi...
Chris Lattner
2008-01-25
1
-5
/
+5
[next]