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
...
*
RegisterCoalescer: No need to set kill flags, they are recompute later anyway
Matthias Braun
2015-01-09
1
-2
/
+0
*
RegisterCoalescer: Turn some impossible conditions into asserts
Matthias Braun
2015-01-09
1
-15
/
+9
*
Bitcode: Share logic for last instruction, NFC
Duncan P. N. Exon Smith
2015-01-09
1
-14
/
+10
*
Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Duncan P. N. Exon Smith
2015-01-09
4
-4
/
+4
*
[PowerPC] Add a flag for experimenting with subreg liveness tracking
Hal Finkel
2015-01-09
2
-0
/
+10
*
[InlineTest] getRerunArgs returns an empty string if the test was skipped.
Siva Chandra
2015-01-09
1
-3
/
+5
*
InstrProf: Don't emit counter increments in dead code
Justin Bogner
2015-01-09
2
-0
/
+17
*
Sema: Dependent array designators cannot be checked
David Majnemer
2015-01-09
2
-2
/
+9
*
[PowerPC] Fold [sz]ext with fp_to_int lowering where possible
Hal Finkel
2015-01-09
3
-4
/
+130
*
[DAGCombine] Remainder of fix to r225380 (More FMA folding opportunities)
Hal Finkel
2015-01-09
1
-10
/
+24
*
[x86] Add a flag to control the vector shuffle legality predicates that
Chandler Carruth
2015-01-09
1
-0
/
+23
*
PR22117: Fix a case where we would get confused about which function parameter
Richard Smith
2015-01-09
3
-8
/
+39
*
Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is no
Richard Smith
2015-01-09
2
-12
/
+3
*
Use APSInt::isSameValue instead of operator== in a place where two APSInt's
Richard Trieu
2015-01-09
2
-1
/
+16
*
Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.
Chandler Carruth
2015-01-09
2
-40
/
+33
*
Dynamic values have been around (and stable and reliable) for long enough tha...
Enrico Granata
2015-01-09
2
-1
/
+11
*
Partial fix to r225380 (More FMA folding opportunities)
Hal Finkel
2015-01-09
1
-96
/
+95
*
[asan] Adding a regression test for https://code.google.com/p/address-sanitiz...
Kuba Brecka
2015-01-09
1
-0
/
+38
*
[REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependency
Philip Reames
2015-01-09
3
-38
/
+30
*
ReleaseNotes.rst: these are for 3.6
Hans Wennborg
2015-01-09
1
-1
/
+1
*
[Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
2015-01-09
4
-16
/
+56
*
Add experimental support for unsigned expressions
Tobias Grosser
2015-01-09
3
-2
/
+57
*
LangRef: Add usage points for distinct MDNodes
Duncan P. N. Exon Smith
2015-01-08
1
-0
/
+4
*
[asan] make a test consume 2x less RAM (we observe flaky bot failures that se...
Kostya Serebryany
2015-01-08
1
-10
/
+10
*
IR: Drop TODO now that PR22111 is finished
Duncan P. N. Exon Smith
2015-01-08
1
-2
/
+0
*
Utils: Keep distinct MDNodes distinct in MapMetadata()
Duncan P. N. Exon Smith
2015-01-08
3
-0
/
+64
*
IR: Add 'distinct' MDNodes to bitcode and assembly (clang)
Duncan P. N. Exon Smith
2015-01-08
5
-26
/
+26
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
20
-54
/
+110
*
remove function names from comments; NFC
Sanjay Patel
2015-01-08
1
-11
/
+10
*
Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
2015-01-08
4
-18
/
+33
*
[PowerPC] Mark all instructions as non-cheap for MachineLICM
Hal Finkel
2015-01-08
2
-0
/
+64
*
[MachineLICM] A command-line option to hoist even cheap instructions
Hal Finkel
2015-01-08
1
-1
/
+6
*
[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
2015-01-08
4
-30
/
+38
*
CodeGen: Use handy new-fangled post-increment, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-1
/
+1
*
[ARM] Fix a bug in constant island pass that was triggering an assertion.
Akira Hatanaka
2015-01-08
2
-1
/
+43
*
CodeGen: Use range-based for loops, NFC
Duncan P. N. Exon Smith
2015-01-08
1
-5
/
+5
*
Fix fcmp + fabs instcombines when using the intrinsic
Matt Arsenault
2015-01-08
2
-26
/
+110
*
Add support for pointer types in expressions
Tobias Grosser
2015-01-08
6
-10
/
+112
*
This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...
Enrico Granata
2015-01-08
4
-2
/
+101
*
The Kaleidoscope tutorial should be using "mcjit" for the library,
Eric Christopher
2015-01-08
5
-5
/
+5
*
Fix a crash in our error reporting
Tobias Grosser
2015-01-08
1
-2
/
+2
*
[MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout
Lang Hames
2015-01-08
6
-57
/
+0
*
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2015-01-08
3
-15
/
+15
*
Update include - this class doesn't use the target machine, but
Eric Christopher
2015-01-08
1
-1
/
+1
*
Fix a couple of odd formatting issues.
Eric Christopher
2015-01-08
1
-6
/
+4
*
This routine is in InstrInfo, there's no need to access it again.
Eric Christopher
2015-01-08
1
-8
/
+3
*
[X86] Reflow comment. NFC.
Ahmed Bougacha
2015-01-08
1
-3
/
+4
*
clang-format. NFC.
Rafael Espindola
2015-01-08
1
-11
/
+22
*
Make this test a bit stricter.
Rafael Espindola
2015-01-08
1
-41
/
+41
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
4
-2
/
+23
[prev]
[next]