summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-09
* Move 'Optional' class from Clang to LLVM/ADT.Ted Kremenek2010-04-09
* Fix up header comments to match the comment fixups I made in r100849.Bob Wilson2010-04-09
* Don't use reserved identifiers.Dan Gohman2010-04-09
* 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
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* Fix a comment.Dan Gohman2010-04-08
* Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They willBenjamin Kramer2010-04-08
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-08
* Added support for ARM disassembly to edis.Sean Callanan2010-04-08
* Fix typo.Evan Cheng2010-04-07
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-07
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-07
* Add support for stpncpy_chk.Eric Christopher2010-04-07
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* remove some unneeded errorhandling stuff.Chris Lattner2010-04-07
* minor tidying upChris Lattner2010-04-07
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-07
* Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov2010-04-07
* Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...Anton Korobeynikov2010-04-07
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-07
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-04-07
* Three changes:Chris Lattner2010-04-07
* Post regalloc LICM. Work in progress.Evan Cheng2010-04-07
* Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler.Bill Wendling2010-04-06
* this accessor doesn't need to copy the string.Chris Lattner2010-04-06
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-06
* Avoid overflowing a signed integer which triggers undefined behaviour.Jakob Stoklund Olesen2010-04-06
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-06
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-06
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-06
* give the SourceMgr object a cookie.Chris Lattner2010-04-06
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-06
* Remove MaybeOwningPtr. We're going to use reference-counting instead.Douglas Gregor2010-04-05
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-05
* add a comment.Chris Lattner2010-04-05
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Introduce MaybeOwningPtr, a smart pointer that may (or may not) haveDouglas Gregor2010-04-05
* Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman2010-04-05
* trim some prototypes.Chris Lattner2010-04-05
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-05
* remove some redundant MMI arguments.Chris Lattner2010-04-05
* unthread MMI from FastISelChris Lattner2010-04-05