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
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
52
-143
/
+143
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
11
-18
/
+18
*
Updated comment to reflect changes made in the most recent draft.
Alexis Hunt
2010-04-07
1
-5
/
+3
*
add newlines at end of files.
Chris Lattner
2010-04-07
7
-7
/
+7
*
add newlines at the end of files.
Chris Lattner
2010-04-07
33
-33
/
+33
*
Fixed 80-cols violation
Alexis Hunt
2010-04-07
1
-1
/
+1
*
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-07
2
-16
/
+20
*
minor tidying up
Chris Lattner
2010-04-07
2
-3
/
+2
*
tidy up
Chris Lattner
2010-04-07
1
-5
/
+5
*
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
2010-04-07
10
-279
/
+743
*
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
1
-1
/
+0
*
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-7
/
+19
*
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-2
/
+16
*
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
3
-1
/
+5
*
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-3
/
+3
*
unXFAIL, arm disassembler was reenabled.
Benjamin Kramer
2010-04-07
3
-3
/
+0
*
Fix typo and correct comment somewhat.
Eric Christopher
2010-04-07
1
-1
/
+1
*
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-07
3
-4
/
+25
*
add a new driver-level -ferror-limit=412 option, which causes clang to stop
Chris Lattner
2010-04-07
3
-0
/
+11
*
Split big test into multiple directories to cater to
Dale Johannesen
2010-04-07
12
-11
/
+363
*
add clang -cc1 level support for "-ferror-limit 42"
Chris Lattner
2010-04-07
6
-5
/
+19
*
Return early from Sema::MarkDeclarationReferenced when we know there
Douglas Gregor
2010-04-07
2
-2
/
+11
*
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-07
2
-0
/
+143
*
add capabilities to stop emitting errors after some limit.
Chris Lattner
2010-04-07
3
-0
/
+17
*
Test that DEBUG_VALUE comments come out on a variety of targets.
Dale Johannesen
2010-04-07
1
-0
/
+45
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
4
-0
/
+4
*
fix 80-col violations
Gabor Greif
2010-04-07
1
-13
/
+17
*
Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...
Ted Kremenek
2010-04-07
2
-12
/
+28
*
Instead of counting totally diagnostics, split the count into a count
Chris Lattner
2010-04-07
14
-24
/
+35
*
convert to -verify mode.
Chris Lattner
2010-04-07
1
-2
/
+3
*
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
6
-169
/
+5
*
Split A8/A9 itins - they already were too big.
Anton Korobeynikov
2010-04-07
3
-603
/
+614
*
Add some crude itin approximation for VFP load / stores on A9
Anton Korobeynikov
2010-04-07
1
-0
/
+54
*
Add some crude approximation for neon load/store instructions
Anton Korobeynikov
2010-04-07
1
-1
/
+55
*
Add some A8-based approximation for instructions with unknown cycle times
Anton Korobeynikov
2010-04-07
1
-0
/
+52
*
Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.
Anton Korobeynikov
2010-04-07
1
-4
/
+6
*
Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...
Anton Korobeynikov
2010-04-07
2
-267
/
+271
*
Fix A8 FP NEON MAC itins
Anton Korobeynikov
2010-04-07
1
-2
/
+2
*
A9 NEON FP itins
Anton Korobeynikov
2010-04-07
1
-0
/
+66
*
Some permute goodness for A9
Anton Korobeynikov
2010-04-07
1
-1
/
+85
*
More shift itins for A9
Anton Korobeynikov
2010-04-07
1
-0
/
+21
*
More fixes for itins
Anton Korobeynikov
2010-04-07
1
-24
/
+26
*
Fix invalid itins for 32-bit varians of VMLAL and friends
Anton Korobeynikov
2010-04-07
1
-14
/
+14
*
Add MAC stuff for A9
Anton Korobeynikov
2010-04-07
1
-1
/
+59
*
Fix invalid NEON MAC itins on A8
Anton Korobeynikov
2010-04-07
1
-4
/
+4
*
Fix itins for VPAL
Anton Korobeynikov
2010-04-07
1
-3
/
+17
*
Fix itins for VABA
Anton Korobeynikov
2010-04-07
3
-23
/
+76
*
Correct VMVN itinerary: operand is read in the second cycle, not in the first.
Anton Korobeynikov
2010-04-07
1
-2
/
+2
*
More A9 itineraries
Anton Korobeynikov
2010-04-07
2
-2
/
+30
*
Correct itinerary class for VPADD
Anton Korobeynikov
2010-04-07
1
-86
/
+40
[next]