aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BranchCC, niftyAndrew Lenharth2005-02-081-7/+117
* fix store issue and an FP conversion (segfault) issueAndrew Lenharth2005-02-072-11/+21
* IndCallGraphMap is now a pointer to a new'd map.Chris Lattner2005-02-071-3/+6
* Hopefully fix the build on Darwin with GCC 3.3Chris Lattner2005-02-071-1/+1
* copytoreg fixAndrew Lenharth2005-02-071-6/+6
* copyfromreg fixAndrew Lenharth2005-02-071-3/+6
* fix load bugAndrew Lenharth2005-02-071-5/+5
* more FP load store fixes and Load store simplificationsAndrew Lenharth2005-02-071-47/+14
* clean up load and stores alotAndrew Lenharth2005-02-071-143/+13
* teach all loads and stores about the stackAndrew Lenharth2005-02-071-1/+41
* prefer FP scratch registers and more check in LowerArgumentsAndrew Lenharth2005-02-062-15/+27
* fix oopsoAndrew Lenharth2005-02-062-35/+56
* smarter loads and stores. can now handle base+offset.Andrew Lenharth2005-02-062-172/+270
* fix buildAndrew Lenharth2005-02-051-1/+0
* clean upAndrew Lenharth2005-02-051-5/+2
* fix f32 setcc, and fp selectAndrew Lenharth2005-02-052-73/+100
* added ugly support for fp comparesAndrew Lenharth2005-02-052-23/+71
* Make the rest of file header comments consistent in format and styleMisha Brukman2005-02-057-7/+7
* Eliminate the explicit opcode field in ConstantExpr, using the SubclassDataChris Lattner2005-02-051-13/+9
* Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinksChris Lattner2005-02-051-12/+11
* Instead of initializing the volatile field, use accessors to set it.Chris Lattner2005-02-051-11/+16
* Initialize new field.Chris Lattner2005-02-051-1/+2
* SubclassID is really a small field. Split it into half and let subclassesChris Lattner2005-02-051-1/+7
* Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner2005-02-041-2/+33
* Make file header comment consistent: extend the whole 80 cols to fill the lineMisha Brukman2005-02-045-5/+5
* If we have an indirect call site that calls N functions, inline the N functionsChris Lattner2005-02-041-57/+98
* Split mergeInGraph into two methods.Chris Lattner2005-02-041-29/+28
* Add some new membersChris Lattner2005-02-041-5/+16
* add new memberChris Lattner2005-02-041-0/+5
* Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.Chris Lattner2005-02-041-4/+3
* Fix a case where were incorrectly compiled cast from short to int on 64-bitChris Lattner2005-02-041-2/+4
* alignmentAndrew Lenharth2005-02-041-2/+4
* get alignment printing correctly and get rid of __main hackAndrew Lenharth2005-02-041-7/+2
* fix constant pointer outputing on 64 bit machinesAndrew Lenharth2005-02-041-0/+5
* * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman2005-02-031-37/+15
* FP fixesAndrew Lenharth2005-02-031-12/+17
* Refactor getFunctionArgumentsForCall out of mergeInGraph.Chris Lattner2005-02-031-29/+41
* Add a new method.Chris Lattner2005-02-031-0/+9
* * Clearly mark LLVM_LIB_SEARCH_PATH as being optionalMisha Brukman2005-02-031-13/+7
* This is no longer needed. Global variables with undef initializers can beChris Lattner2005-02-021-2/+0
* * Instead of fixing the version numbers before every release, mark them as x.yMisha Brukman2005-02-021-16/+16
* Store fixAndrew Lenharth2005-02-022-15/+37
* oopsAndrew Lenharth2005-02-021-1/+1
* prevent register allocator from using the stack pointer :)Andrew Lenharth2005-02-022-3/+3
* fix loading of floatsAndrew Lenharth2005-02-021-1/+3
* Put libraries in a common directoryJeff Cohen2005-02-025-10/+10
* marked mem* as not supportedAndrew Lenharth2005-02-021-0/+4
* Add additional source of Win32 GNU utilities.Jeff Cohen2005-02-021-5/+7
* Fix crash on MallocInsts of unsized types.Alkis Evlogimenos2005-02-021-1/+2
* fix Load bugAndrew Lenharth2005-02-021-1/+1