aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remember which MachineOperand we were processing, so we don't have to scan th...Owen Anderson2008-06-251-11/+15
* Fix the text in an assert string.Dan Gohman2008-06-251-1/+1
* - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into aEvan Cheng2008-06-253-15/+45
* Add support for expanding PPC 128 bit floats.Duncan Sands2008-06-254-9/+215
* Implement JIT support for global aliases, patch by David Chisnall!Chris Lattner2008-06-251-0/+2
* Restore DeadArgElim back to 52570. It's breaking 447.dealII.Evan Cheng2008-06-251-527/+374
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-253-32/+5
* fix compilation errors in my previous patchChris Lattner2008-06-251-4/+5
* Add a new InvalidateInstructionCache method to sys::Memory.Chris Lattner2008-06-251-6/+31
* SimpleInstructionSelector is here no more.Dan Gohman2008-06-251-1/+0
* Add/complete support for integer and floatDuncan Sands2008-06-253-38/+282