summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* fix setcc on floats, fixes singlesource:pi, perhaps othersAndrew Lenharth2005-02-14
* Fix the llvm bootstrapChris Lattner2005-02-13
* Move helper function here.Chris Lattner2005-02-13
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-13
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-13
* Nuke blank line.Chris Lattner2005-02-13
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-13
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-13
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-13
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-13
* Correct the recursive PHI node handling routines in a way that CANNOT induceChris Lattner2005-02-13
* try to do better match for i32 addsAndrew Lenharth2005-02-12
* make FP conversion more conservative (matches gcc)Andrew Lenharth2005-02-12
* oops, I was sure this had already gond though the nightly testerAndrew Lenharth2005-02-12
* added sign extend for booleanAndrew Lenharth2005-02-12
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-12
* Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.llChris Lattner2005-02-12
* fix a bunch of regressions due to call behaviorAndrew Lenharth2005-02-10
* Localize globals if they are only used in main(). This replaces theAlkis Evlogimenos2005-02-10
* Added new circuit finding alogrithm.Tanya Lattner2005-02-10
* Allow modsched and local scheduling to both be run.Tanya Lattner2005-02-10
* so, if you beat on it, you too can talk emacs into having a sane indenting po...Andrew Lenharth2005-02-10
* fix fp branchAndrew Lenharth2005-02-10
* * Fix spelling of `volatile'Misha Brukman2005-02-10
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-09
* Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.llChris Lattner2005-02-09
* Use new edge iterators to simplify some code.Chris Lattner2005-02-09
* BranchCC, niftyAndrew Lenharth2005-02-08
* fix store issue and an FP conversion (segfault) issueAndrew Lenharth2005-02-07
* IndCallGraphMap is now a pointer to a new'd map.Chris Lattner2005-02-07
* copytoreg fixAndrew Lenharth2005-02-07
* copyfromreg fixAndrew Lenharth2005-02-07
* fix load bugAndrew Lenharth2005-02-07
* more FP load store fixes and Load store simplificationsAndrew Lenharth2005-02-07
* clean up load and stores alotAndrew Lenharth2005-02-07
* teach all loads and stores about the stackAndrew Lenharth2005-02-07
* prefer FP scratch registers and more check in LowerArgumentsAndrew Lenharth2005-02-06
* fix oopsoAndrew Lenharth2005-02-06
* smarter loads and stores. can now handle base+offset.Andrew Lenharth2005-02-06
* fix buildAndrew Lenharth2005-02-05
* clean upAndrew Lenharth2005-02-05
* fix f32 setcc, and fp selectAndrew Lenharth2005-02-05
* added ugly support for fp comparesAndrew Lenharth2005-02-05
* Make the rest of file header comments consistent in format and styleMisha Brukman2005-02-05
* Instead of initializing the volatile field, use accessors to set it.Chris Lattner2005-02-05
* Initialize new field.Chris Lattner2005-02-05
* Make file header comment consistent: extend the whole 80 cols to fill the lineMisha Brukman2005-02-04
* If we have an indirect call site that calls N functions, inline the N functionsChris Lattner2005-02-04
* Split mergeInGraph into two methods.Chris Lattner2005-02-04
* Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.Chris Lattner2005-02-04