summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Fix whitespace in debug output to be consistent.Dan Gohman2010-05-10
* Be careful with operand promotion. For a binary operation, the source operand...Evan Cheng2010-05-10
* Model vld2 / vst2 with reg_sequence.Evan Cheng2010-05-10
* Re-defined valno is always valno even for partial re-def's.Evan Cheng2010-05-10
* Fix PR7096. When a block containing multiple defs is tail duplicated, theBob Wilson2010-05-10
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-10
* Add an assertion to catch attempts to access off the end of the array.Duncan Sands2010-05-10
* updated handling dllexport in X86AsmPrinterNathan Jeffords2010-05-09
* made COFF target dllexport logic apply to all subtargetsNathan Jeffords2010-05-09
* test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords2010-05-09
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-08
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-08
* Fix PR7052, patch by Jakub Staszak!Chris Lattner2010-05-08
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* Run interrupt routines as part of report_fatal_error, since we are failingDaniel Dunbar2010-05-08
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-08
* When pruning candidate formulae out of an LSRUse, update theDan Gohman2010-05-07
* Instead of just verifying compile unit, verify entire type, variable, namespa...Devang Patel2010-05-07
* Remove DIGlobal.Devang Patel2010-05-07
* Add DINameSpace::Verify().Devang Patel2010-05-07
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-07
* Minimally fix this code to not abort on mdnodes with integer dataDan Gohman2010-05-07
* Verify variable directly.Devang Patel2010-05-07
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* Verify entire type descriptor not just tag.Devang Patel2010-05-07
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* Verify compile unit also.Devang Patel2010-05-07
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* Clean up the conditional for handling of sign_extend_inreg based onJim Grosbach2010-05-07
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-07
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-07
* Testing svn access with a note added to documentation.Kalle Raiskila2010-05-07
* Update CMake build.Ted Kremenek2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* Update CMake build.Ted Kremenek2010-05-07
* Add some words to this output to indicate what the numbers mean.Dan Gohman2010-05-07
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Fix the new print functions to call print instead of dump.Dan Gohman2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-07
* Use VLD2q32 / VST2q32 to reload / spill QQ (pair of Q) registers when stack s...Evan Cheng2010-05-07
* Use VSTMD / VLDMD for spills and reloads of Q registers instead of VSTMQ / VL...Evan Cheng2010-05-07
* Revert r103133 and add testcase from PR7066.Nick Lewycky2010-05-07
* When rematerializing, use the debug location of the originalDan Gohman2010-05-07
* Transfer debug location information from PHI nodes to resultingDan Gohman2010-05-07
* Print debug information for SDNodes.Dan Gohman2010-05-07
* Disable the new unknown-location code for now. It causes a majorDan Gohman2010-05-07
* Remove VLD1q and VST1q for reloading and spilling Q registers. Just use VLD1q...Evan Cheng2010-05-07