summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-0752-143/+143
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-0711-18/+18
* Updated comment to reflect changes made in the most recent draft.Alexis Hunt2010-04-071-5/+3
* add newlines at end of files.Chris Lattner2010-04-077-7/+7
* add newlines at the end of files.Chris Lattner2010-04-0733-33/+33
* Fixed 80-cols violationAlexis Hunt2010-04-071-1/+1
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-072-16/+20
* minor tidying upChris Lattner2010-04-072-3/+2
* tidy upChris Lattner2010-04-071-5/+5
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-0710-279/+743
* Missed this one line for the previous checkin to fix build warnings.Johnny Chen2010-04-071-1/+0
* Fixed warnings pointed out by clang.Johnny Chen2010-04-071-7/+19
* Fixed warnings pointed out by clang.Johnny Chen2010-04-071-2/+16
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-073-1/+5
* Fixed 3 warnings pointed out by clang.Johnny Chen2010-04-071-3/+3
* unXFAIL, arm disassembler was reenabled.Benjamin Kramer2010-04-073-3/+0
* Fix typo and correct comment somewhat.Eric Christopher2010-04-071-1/+1
* Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen2010-04-073-4/+25
* add a new driver-level -ferror-limit=412 option, which causes clang to stopChris Lattner2010-04-073-0/+11
* Split big test into multiple directories to cater toDale Johannesen2010-04-0712-11/+363
* add clang -cc1 level support for "-ferror-limit 42"Chris Lattner2010-04-076-5/+19
* Return early from Sema::MarkDeclarationReferenced when we know thereDouglas Gregor2010-04-072-2/+11
* Added an AsmLexer for the ARM target, which usesSean Callanan2010-04-072-0/+143
* add capabilities to stop emitting errors after some limit.Chris Lattner2010-04-073-0/+17
* Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen2010-04-071-0/+45
* Educate GetInstrSizeInBytes implementations thatDale Johannesen2010-04-074-0/+4
* fix 80-col violationsGabor Greif2010-04-071-13/+17
* Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...Ted Kremenek2010-04-072-12/+28
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-0714-24/+35
* convert to -verify mode.Chris Lattner2010-04-071-2/+3
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-076-169/+5
* Split A8/A9 itins - they already were too big.Anton Korobeynikov2010-04-073-603/+614
* Add some crude itin approximation for VFP load / stores on A9Anton Korobeynikov2010-04-071-0/+54
* Add some crude approximation for neon load/store instructionsAnton Korobeynikov2010-04-071-1/+55
* Add some A8-based approximation for instructions with unknown cycle timesAnton Korobeynikov2010-04-071-0/+52
* Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.Anton Korobeynikov2010-04-071-4/+6
* Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov2010-04-072-267/+271
* Fix A8 FP NEON MAC itinsAnton Korobeynikov2010-04-071-2/+2
* A9 NEON FP itinsAnton Korobeynikov2010-04-071-0/+66
* Some permute goodness for A9Anton Korobeynikov2010-04-071-1/+85
* More shift itins for A9Anton Korobeynikov2010-04-071-0/+21
* More fixes for itinsAnton Korobeynikov2010-04-071-24/+26
* Fix invalid itins for 32-bit varians of VMLAL and friendsAnton Korobeynikov2010-04-071-14/+14
* Add MAC stuff for A9Anton Korobeynikov2010-04-071-1/+59
* Fix invalid NEON MAC itins on A8Anton Korobeynikov2010-04-071-4/+4
* Fix itins for VPALAnton Korobeynikov2010-04-071-3/+17
* Fix itins for VABAAnton Korobeynikov2010-04-073-23/+76
* Correct VMVN itinerary: operand is read in the second cycle, not in the first.Anton Korobeynikov2010-04-071-2/+2
* More A9 itinerariesAnton Korobeynikov2010-04-072-2/+30
* Correct itinerary class for VPADDAnton Korobeynikov2010-04-071-86/+40
OpenPOWER on IntegriCloud