index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add regression test for rdar://problem/9531204.
Johnny Chen
2011-07-28
3
-0
/
+76
*
Don't redeclare sr.
Joerg Sonnenberger
2011-07-28
1
-1
/
+1
*
Some documentation fixes so that we are explicit about which iteration order ...
Jonathan D. Turner
2011-07-28
2
-10
/
+8
*
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
61
-273
/
+20
*
Remove flat store tests.
Ted Kremenek
2011-07-28
2
-21
/
+0
*
Remove FlatStoreManager and BasicStoreManager. The latter has long been obso...
Ted Kremenek
2011-07-28
2
-822
/
+0
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
20
-1867
/
+2065
*
[analyzer] fix bug in malloc checker where the tracked symbol would not prope...
Ted Kremenek
2011-07-28
1
-11
/
+18
*
[analyzer] add accessor to StoreRef.
Ted Kremenek
2011-07-28
1
-0
/
+1
*
[analyzer] Add StoreManager::includedInBindings() to to query whether a regio...
Ted Kremenek
2011-07-28
2
-2
/
+22
*
[analyzer] Add safety checking in RegionStoreManager for string literal under...
Ted Kremenek
2011-07-28
1
-0
/
+4
*
[analyzer] Teach Environment to not look through MaterializeTemporaryExprs.
Ted Kremenek
2011-07-28
1
-3
/
+0
*
[analyzer] Fix bug in ObjCMessage where casts were being incorrectly ignored.
Ted Kremenek
2011-07-28
1
-1
/
+1
*
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...
Ted Kremenek
2011-07-28
4
-8
/
+11
*
Introduce the local-global mapping for preprocessed entities, and use
Douglas Gregor
2011-07-28
3
-13
/
+32
*
Use local-to-global mapping appropriately for macro definitions in the ASTReader
Douglas Gregor
2011-07-28
2
-2
/
+21
*
Add test case for rdar://problem/9673664.
Johnny Chen
2011-07-28
3
-0
/
+68
*
CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.
Jim Grosbach
2011-07-28
1
-4
/
+0
*
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
3
-3
/
+16
*
Enhance the fixed-length decoder emitter to support parsing scattered fields.
Owen Anderson
2011-07-28
2
-80
/
+111
*
LangRef and basic memory-representation/reading/writing for 'cmpxchg' and
Eli Friedman
2011-07-28
18
-43
/
+946
*
If run with -debug give more information about Cyclic Probability.
Jakub Staszak
2011-07-28
1
-0
/
+2
*
Heuristics are in descending priority now. If we use one of them, skip the rest.
Jakub Staszak
2011-07-28
1
-13
/
+23
*
Handle REG_SEQUENCE with implicitly defined operands.
Jakob Stoklund Olesen
2011-07-28
2
-0
/
+27
*
Remove obsolete FIXME reference in comment.
Jim Grosbach
2011-07-28
1
-1
/
+1
*
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
3
-2
/
+130
*
Add InEdges (edges from header to the loop) in Loop Branch Heuristics, so
Jakub Staszak
2011-07-28
1
-0
/
+17
*
Use ArrayRef instead of requiring an std::vector.
Bill Wendling
2011-07-28
2
-6
/
+8
*
Use the local -> global mapping functions for selectors more
Douglas Gregor
2011-07-28
3
-13
/
+22
*
Add some descriptions about the default executable name being 'a.out' and can...
Johnny Chen
2011-07-28
1
-1
/
+33
*
The personality function should be a Function* and not just a Value*.
Bill Wendling
2011-07-28
7
-16
/
+23
*
Teach the ASTReader to perform local and global mapping of identifier
Douglas Gregor
2011-07-28
5
-38
/
+62
*
Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...
Douglas Gregor
2011-07-28
2
-4
/
+7
*
Add a fixit for removal of unused label.
Anna Zaks
2011-07-28
2
-3
/
+30
*
Reverse order of RS_Split live ranges under -compact-regions.
Jakob Stoklund Olesen
2011-07-28
1
-3
/
+6
*
Initial code to convert ResumeInsts into calls to _Unwind_Resume.
Bill Wendling
2011-07-28
1
-1
/
+57
*
Add a reproducible test case (expression parser crashes) to the lldb test suite.
Johnny Chen
2011-07-28
4
-0
/
+139
*
Fix a test case that was intermittently failing. The issue was that instanti...
Richard Trieu
2011-07-28
1
-7
/
+13
*
Fix stupid mistake from commit 136381.
Jakub Staszak
2011-07-28
1
-1
/
+1
*
Added basic parsing for all remaining attributes, thread safety
Caitlin Sadowski
2011-07-28
7
-19
/
+1015
*
Speed up BlockFrequencyInfo a little bit.
Jakub Staszak
2011-07-28
1
-1
/
+3
*
Another test case for the &/* mismatch fixit.
Anna Zaks
2011-07-28
1
-1
/
+15
*
Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().
Anna Zaks
2011-07-28
6
-9
/
+86
*
Make the deserialization of Sema::PendingInstantiations lazy. At this
Douglas Gregor
2011-07-28
4
-9
/
+35
*
Don't redeclare sr.
Joerg Sonnenberger
2011-07-28
1
-1
/
+1
*
Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...
Anna Zaks
2011-07-28
5
-134
/
+283
*
Add fixme.
Jim Grosbach
2011-07-28
1
-1
/
+5
*
Promote the deserialized PendingInstantiations vector from being a
Douglas Gregor
2011-07-28
2
-20
/
+26
*
Lazily deserialize Sema::VTableUses. Plus, fix the utterly and
Douglas Gregor
2011-07-28
6
-18
/
+72
*
Thread safety: Fix typo in documentation
Caitlin Sadowski
2011-07-28
1
-1
/
+1
[next]