summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add several more lint checks.Dan Gohman2010-04-09
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-09
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-09
* Avoid allocating a value of zero in a register if the initial formulaDan Gohman2010-04-08
* Add a few more lint checks.Dan Gohman2010-04-08
* Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.Dan Gohman2010-04-08
* delete a forwarding function.Chris Lattner2010-04-08
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* Coalescer should not delete copy instructions whose defs are partially dead. ...Evan Cheng2010-04-08
* Update CMake build.Ted Kremenek2010-04-08
* Fix -Wsign-compare warning (issued by clang++).Ted Kremenek2010-04-08
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* Rename a function.Devang Patel2010-04-08
* implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner2010-04-08
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-08
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-08
* clean up algorithm and remove operand order assumptionsGabor Greif2010-04-08
* Fix a comment.Dan Gohman2010-04-08
* Remove dead code.Devang Patel2010-04-08
* Delete out of date comment.Devang Patel2010-04-08
* Refactor.Devang Patel2010-04-08
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-08
* use abstract interface in two more placesGabor Greif2010-04-08
* fix compileGabor Greif2010-04-08
* use abstract interfaceGabor Greif2010-04-08
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-08
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-08
* Revert this change from a while ago; ScalarEvolution shouldn't analyzeDan Gohman2010-04-08
* When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman2010-04-08
* Make post regalloc machine licm functional. It now passes all of MultiSource.Evan Cheng2010-04-08
* mpsadbw is not commutative.Eric Christopher2010-04-08
* Added support for ARM disassembly to edis.Sean Callanan2010-04-08
* convert a report_fatal_error that I was able to trigger into a nice errorChris Lattner2010-04-08
* minor tidying.Chris Lattner2010-04-07
* use assertions instead of unreachable for logic errors.Chris Lattner2010-04-07
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-07
* Say bitcast instead of bitconvert.Dan Gohman2010-04-07
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-07
* Update CMake build.Ted Kremenek2010-04-07
* Update cmake build.Benjamin Kramer2010-04-07
* Add support for stpncpy_chk.Eric Christopher2010-04-07
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* add newlines at end of files.Chris Lattner2010-04-07
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-07
* minor tidying upChris Lattner2010-04-07
* tidy upChris Lattner2010-04-07
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07