aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Give a better message for a common assertion failure.Brian Gaeke2004-11-161-1/+2
* Add a comment to some code that at first glance just doesn't look right.Reid Spencer2004-11-161-0/+6
* Per code review:\Reid Spencer2004-11-161-11/+13
* Per code review:\Reid Spencer2004-11-162-88/+92
* Per code review:\Reid Spencer2004-11-162-30/+40
* Per code review:\Reid Spencer2004-11-162-2/+4
* The second arg may be clobbered by this functionChris Lattner2004-11-161-1/+1
* Per code review:\Reid Spencer2004-11-161-8/+12
* use an autoptrChris Lattner2004-11-161-7/+3
* Per code review:Reid Spencer2004-11-164-2/+10
* Per code review:Reid Spencer2004-11-162-14/+8
* Per code review:Reid Spencer2004-11-161-5/+24
* Simplify namespacesChris Lattner2004-11-162-8/+2
* Remove a dead function, which died when we got GAS emission working (phwew,Chris Lattner2004-11-162-16/+0
* Implement a simple FIXME: if we are emitting a basic block address that hasChris Lattner2004-11-161-3/+13
* * Merge some win32 ifdefs togetherChris Lattner2004-11-161-22/+17
* Now that we have ghost linkage, we can force resolution of external symbolsChris Lattner2004-11-151-3/+8
* There is no reason to try to materialize the function from bytecode if itChris Lattner2004-11-151-9/+12
* Add debug-only=jit printout, so we see when lazily resolved symbols areChris Lattner2004-11-151-0/+2
* Simplify and rearrange long shift codeChris Lattner2004-11-151-12/+17
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-151-3/+5
* Use a per-function flag bit to indicate whether or not there is a functionChris Lattner2004-11-151-3/+6
* Disable this change, it was prematureChris Lattner2004-11-151-3/+3
* Make *SURE* to null out the pointer before throwing an exception, otherwiseChris Lattner2004-11-151-2/+6
* Cleanups. Null out pointer after freeing it for paranoiaChris Lattner2004-11-151-5/+5
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-151-3/+3
* Make functions default to having external linkage if they have noChris Lattner2004-11-151-2/+2
* Add BCTR and LWZU instruction opcodesMisha Brukman2004-11-151-2/+7
* Remove extra space charMisha Brukman2004-11-151-1/+1
* Remove unused variable for compilation by VC++.Reid Spencer2004-11-151-1/+1
* Provide the ThrowErrno utility.Reid Spencer2004-11-151-0/+3
* Adjust implementation to match new interface.Reid Spencer2004-11-152-4/+4
* Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore.Chris Lattner2004-11-151-21/+14
* Count more accuratelyChris Lattner2004-11-151-0/+4
* Update list of failing Benchmarks.Brian Gaeke2004-11-152-2/+2
* Expand Defs to encompass all the possibly-call-clobbered regs.Brian Gaeke2004-11-152-2/+4
* Quiet warnings on the persephone testerChris Lattner2004-11-151-2/+2
* Two minor improvements:Chris Lattner2004-11-151-13/+37
* rename InstValue to LatticeValue, as it holds for more than instructions.Chris Lattner2004-11-151-35/+37
* Actually get the #include correct so it compiles .. duh.Reid Spencer2004-11-159-10/+10
* Substantially refactor the SCCP class into an SCCP pass and an SCCPSolverChris Lattner2004-11-151-167/+208
* Make it actually compile on Solaris.Reid Spencer2004-11-153-3/+3
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-159-53/+32
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-152-16/+40
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-155-35/+144
* Remove a forgotten debug output line.Reid Spencer2004-11-141-1/+0
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-142-2/+8
* Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer2004-11-141-2/+1
* Make sure IdentifyFileType is in the sys namespace.Reid Spencer2004-11-141-1/+1
* Linker.h has a new home.Reid Spencer2004-11-141-1/+0