summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-18
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-18
* Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)Lang Hames2009-08-18
* Implement sse4.2 string/text processing instructions:Eric Christopher2009-08-18
* Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing mostDaniel Dunbar2009-08-18
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Fix a bug in raw_ostream::write(char) introduced by the change toDan Gohman2009-08-18
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Make various changes suggested by Chris.David Greene2009-08-18
* Privatize the ValueHandle global map. Because this is used so heavily throug...Owen Anderson2009-08-18
* Fix an uninitialized value warning in APFloat.Erick Tryzelaar2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-18
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-18
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-18
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-18
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-18
* Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov2009-08-18
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-18
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* add a horrible hack to the dwarf printer. It looks like mingw is not specifyingChris Lattner2009-08-18
* remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...Chris Lattner2009-08-18
* Fix revsh pattern.Evan Cheng2009-08-18
* add support for some targetflags on GV operands. This allows us toChris Lattner2009-08-18
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-18
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-18
* fix another bozo bugChris Lattner2009-08-18
* fix accidentally inverted conditional and add comment.Chris Lattner2009-08-18
* turn this conditional into something humans might actuallyChris Lattner2009-08-18
* Make TargetData optional in MemCpyOptimizer.Dan Gohman2009-08-18
* Make TargetData optional in SimplifyLibCalls.Dan Gohman2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignmentDan Gohman2009-08-18
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-18
* Add prefix only if it is needed.Devang Patel2009-08-17
* cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...Jim Grosbach2009-08-17
* Oops. find all llvm.dbg.global_variables.Devang Patel2009-08-17
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Update CMakeLists.Benjamin Kramer2009-08-17
* Update comments to new-style syntax.Dan Gohman2009-08-17
* Fix build warning.Daniel Dunbar2009-08-17
* Privatize the last bits of static type state.Owen Anderson2009-08-17
* Move the TypeMap lock to a member on LLVMContextImpl.Owen Anderson2009-08-17
* Add locking around the attributes list.Owen Anderson2009-08-17
* Add locking around signal handler registration.Owen Anderson2009-08-17
* Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer2009-08-17
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-17
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-17