aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-3011-136/+84
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-308-164/+156
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-301-0/+23
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-301-0/+289
* Revert (52748 and friends):Anton Korobeynikov2008-06-298-129/+148
* Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...Anton Korobeynikov2008-06-281-0/+49
* UnbreakAnton Korobeynikov2008-06-281-2/+2
* Temporary rever invalid commitAnton Korobeynikov2008-06-282-7/+9
* Move printing of module-level GVs into dedicated helperAnton Korobeynikov2008-06-282-197/+200
* Use common naming conventionAnton Korobeynikov2008-06-282-4/+4
* Factor out stuff into helper functionAnton Korobeynikov2008-06-282-33/+39
* CleanupAnton Korobeynikov2008-06-281-6/+3
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-284-529/+487
* whitespace cleanupAnton Korobeynikov2008-06-282-25/+25
* Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...Anton Korobeynikov2008-06-284-27/+138
* CleanupAnton Korobeynikov2008-06-281-10/+5
* Whitespace cleanupAnton Korobeynikov2008-06-281-22/+22
* Really fix the bootstrap failure.Chris Lattner2008-06-281-9/+5
* Add back the capability to include nul characters in strings with Chris Lattner2008-06-282-6/+8
* Tighten up checking.Chris Lattner2008-06-281-4/+10
* When folding a bitcast into a load or store, preserve the alignmentDan Gohman2008-06-281-2/+2
* Fix GetMainExecutable. Patch by Sam Bishop.Seo Sanghyeon2008-06-271-4/+2
* Looks like this condition is inverted.Evan Cheng2008-06-271-2/+2
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-271-26/+11
* simplify some code to avoid string thrashing.Chris Lattner2008-06-271-3/+5
* Use StringSet instead of std::set<std::string>Anton Korobeynikov2008-06-273-26/+25
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-272-0/+13
* Add dominator info printer pass.Devang Patel2008-06-271-0/+31
* Provide correct encoding for PPC LWARX instructions.Anton Korobeynikov2008-06-271-2/+2
* Reduce number of times .size() is called on a vector. Rename some variables toBill Wendling2008-06-271-16/+22
* Use a SmallSet when we can to reduce memory allocations.Owen Anderson2008-06-271-1/+2
* Cache subregister relationships in a set in TargetRegisterInfo to allow faste...Owen Anderson2008-06-271-0/+10
* fix the regressions from Eric's patch by making GetConstantStringInfoChris Lattner2008-06-271-29/+34
* simplify this check, GetConstantStringInfo validates that aChris Lattner2008-06-271-5/+3
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-271-4/+8
* Cruft left from patch revert...sorry. :-(Bill Wendling2008-06-271-3/+6
* Reverting broken patch r52803.Bill Wendling2008-06-271-33/+20
* Don't perform expensive queries checking for super and sub registers when we ...Owen Anderson2008-06-271-1/+2
* - Remove a use of std::vector.Bill Wendling2008-06-271-12/+24
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-275-803/+633
* duncan points out that isOperationLegal includes a check forChris Lattner2008-06-261-2/+2
* Don't create a whole new string just to copy the elements into it.Owen Anderson2008-06-261-5/+3
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-262-2/+2
* Cleanup for unitialized types. Patch by Jean-Daniel Dupas!Bill Wendling2008-06-261-4/+4
* "An improved Mach-O file type detection for sys::IdentifyFileType()Chris Lattner2008-06-261-18/+32
* Reserve the size we'll need in advance.Owen Anderson2008-06-261-0/+1
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-262-7/+9
* Remove unused function.Eric Christopher2008-06-261-82/+1
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-267-55/+111
* when we know the signbit of an input to uint_to_fp is zero,Chris Lattner2008-06-261-3/+26