aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-0811-135/+69
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-085-31/+49
* Revert this change from a while ago; ScalarEvolution shouldn't analyzeDan Gohman2010-04-081-2/+0
* When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman2010-04-081-0/+16
* Make post regalloc machine licm functional. It now passes all of MultiSource.Evan Cheng2010-04-081-79/+169
* mpsadbw is not commutative.Eric Christopher2010-04-081-1/+1
* Added support for ARM disassembly to edis.Sean Callanan2010-04-081-1/+1
* convert a report_fatal_error that I was able to trigger into a nice errorChris Lattner2010-04-081-3/+9
* minor tidying.Chris Lattner2010-04-072-5/+4
* use assertions instead of unreachable for logic errors.Chris Lattner2010-04-071-28/+26
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-072-3/+40
* Say bitcast instead of bitconvert.Dan Gohman2010-04-072-2/+2
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-071-16/+13
* Update CMake build.Ted Kremenek2010-04-071-0/+1
* Update cmake build.Benjamin Kramer2010-04-071-0/+1
* Add support for stpncpy_chk.Eric Christopher2010-04-071-6/+6
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-0749-138/+138
* add newlines at end of files.Chris Lattner2010-04-076-6/+6
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-071-9/+17
* minor tidying upChris Lattner2010-04-071-2/+1
* tidy upChris Lattner2010-04-071-5/+5
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-075-224/+346
* 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-072-0/+4
* Fixed 3 warnings pointed out by clang.Johnny Chen2010-04-071-3/+3
* Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen2010-04-072-2/+19
* Added an AsmLexer for the ARM target, which usesSean Callanan2010-04-072-0/+143
* Educate GetInstrSizeInBytes implementations thatDale Johannesen2010-04-074-0/+4
* fix 80-col violationsGabor Greif2010-04-071-13/+17
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-075-160/+1
* 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-071-259/+266
* 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