aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where "." or any single character file name doesn't get theReid Spencer2004-12-132-2/+2
* Remove an always false clause from an if statement.Reid Spencer2004-12-132-2/+2
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-132-2/+2
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-134-4/+4
* Fix recent breakage of win32 buildJeff Cohen2004-12-134-18/+2
* * Fix header block.Reid Spencer2004-12-131-8/+8
* Add missing space in a comment.Reid Spencer2004-12-131-1/+1
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-132-8/+8
* Fix header and function comments.Reid Spencer2004-12-131-14/+6
* Implement new functions per new interfaceReid Spencer2004-12-132-110/+96
* For PR351: \Reid Spencer2004-12-132-134/+108
* For PR351: \Reid Spencer2004-12-131-0/+31
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-131-0/+166
* Make LinkModules a static member functionReid Spencer2004-12-131-1/+2
* This file contains only the Linker's library linking supportReid Spencer2004-12-131-0/+70
* For PR351: \Reid Spencer2004-12-131-122/+12
* This file contains only the Linker's file linking supportReid Spencer2004-12-131-0/+89
* For PR351: \Reid Spencer2004-12-131-284/+32
* For PR351: \Reid Spencer2004-12-132-49/+17
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-132-26/+44
* Make the size() method constReid Spencer2004-12-132-2/+2
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-54/+0
* Add V8 SPEC status.Brian Gaeke2004-12-132-0/+20
* Change indentation of a whole bunch of code, no real changes here.Chris Lattner2004-12-121-105/+105
* More substantial simplifications and speedups. This makes ADCE about 20% fasterChris Lattner2004-12-121-97/+43
* More minor microoptimizationsChris Lattner2004-12-121-6/+4
* Remove some more set operationsChris Lattner2004-12-121-6/+2
* Reduce number of set operations.Chris Lattner2004-12-121-2/+1
* Optimize div/rem + select combinations more.Chris Lattner2004-12-121-24/+89
* Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programsChris Lattner2004-12-121-0/+1
* CSE calls to getTypeSize.Chris Lattner2004-12-121-3/+2
* Properly implement copying of a global, fixing the 255.vortex & povrayChris Lattner2004-12-121-2/+25
* Simplify code and do not invalidate iterators.Chris Lattner2004-12-121-46/+9
* Use the target triple to pick this target.Chris Lattner2004-12-125-3/+27
* Complete the list of MultiSource failures.Brian Gaeke2004-12-122-10/+24
* hbd should be working now.Brian Gaeke2004-12-122-2/+0
* Finally enable the setcc-branch folding code.Brian Gaeke2004-12-122-34/+146
* Add (currently disabled) code for canFoldSetCCBrian Gaeke2004-12-122-0/+20
* Though the previous xform applies to literally dozens (hundreds?) of variablesChris Lattner2004-12-121-1/+2
* Add stubs for setcc-branch folding support.Brian Gaeke2004-12-122-0/+22
* If a variable can only hold two values, and is not already a bool, shrink itChris Lattner2004-12-121-22/+78
* If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-111-0/+37
* Print llvm code one function at a time.Brian Gaeke2004-12-112-2/+2
* Check in the file I forgot last night, to solve all of the crashes in everyChris Lattner2004-12-111-0/+1
* JIT should print LLVM each function before selecting instructions for it.Brian Gaeke2004-12-112-0/+8
* Rename Path::get -> Path::toStringReid Spencer2004-12-116-22/+26
* Only cound if we actually made a change.Chris Lattner2004-12-111-3/+6
* The split bb is really the exit of the old functionChris Lattner2004-12-111-2/+2
* Two bug fixes:Chris Lattner2004-12-111-17/+27
* Do not delete the entry block to a function.Chris Lattner2004-12-111-1/+5