aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-08Delete out of date comment.Devang Patel
2010-04-08Refactor.Devang Patel
2010-04-08Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer
2010-04-08use abstract interface in two more placesGabor Greif
2010-04-08fix compileGabor Greif
2010-04-08use abstract interfaceGabor Greif
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng
2010-04-08Revert this change from a while ago; ScalarEvolution shouldn't analyzeDan Gohman
2010-04-08When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman
2010-04-08Make post regalloc machine licm functional. It now passes all of MultiSource.Evan Cheng
2010-04-08mpsadbw is not commutative.Eric Christopher
2010-04-08Added support for ARM disassembly to edis.Sean Callanan
2010-04-08convert a report_fatal_error that I was able to trigger into a nice errorChris Lattner
2010-04-07minor tidying.Chris Lattner
2010-04-07use assertions instead of unreachable for logic errors.Chris Lattner
2010-04-07introduce a new recoverable error handling API to LLVMContextChris Lattner
2010-04-07Say bitcast instead of bitconvert.Dan Gohman
2010-04-07rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner
2010-04-07Update CMake build.Ted Kremenek
2010-04-07Update cmake build.Benjamin Kramer
2010-04-07Add support for stpncpy_chk.Eric Christopher
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07add newlines at end of files.Chris Lattner
2010-04-07remove some unneeded errorhandling stuff.Chris Lattner
2010-04-07minor tidying upChris Lattner
2010-04-07tidy upChris Lattner
2010-04-07Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman
2010-04-07Missed this one line for the previous checkin to fix build warnings.Johnny Chen
2010-04-07Fixed warnings pointed out by clang.Johnny Chen
2010-04-07Fixed warnings pointed out by clang.Johnny Chen
2010-04-07Fixed a bug where the disassembler would allow an immediateSean Callanan
2010-04-07Fixed 3 warnings pointed out by clang.Johnny Chen
2010-04-07Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen
2010-04-07Added an AsmLexer for the ARM target, which usesSean Callanan
2010-04-07Educate GetInstrSizeInBytes implementations thatDale Johannesen
2010-04-07fix 80-col violationsGabor Greif
2010-04-07Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov
2010-04-07Split A8/A9 itins - they already were too big.Anton Korobeynikov
2010-04-07Add some crude itin approximation for VFP load / stores on A9Anton Korobeynikov
2010-04-07Add some crude approximation for neon load/store instructionsAnton Korobeynikov
2010-04-07Add some A8-based approximation for instructions with unknown cycle timesAnton Korobeynikov
2010-04-07Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.Anton Korobeynikov
2010-04-07Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov
2010-04-07Fix A8 FP NEON MAC itinsAnton Korobeynikov
2010-04-07A9 NEON FP itinsAnton Korobeynikov
2010-04-07Some permute goodness for A9Anton Korobeynikov
2010-04-07More shift itins for A9Anton Korobeynikov
2010-04-07More fixes for itinsAnton Korobeynikov
2010-04-07Fix invalid itins for 32-bit varians of VMLAL and friendsAnton Korobeynikov