2002-08-14 |
Chris Lattner | Expose two new static methods from BinaryOperator:... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for NOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove illegal test now that not instruction does not... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Make sure there is SOME output always so the test is... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | The not instruction is just a specialized form of XOR |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | AsmParser turns 'not' instructions into 'xor' instructi... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Return null on failure, instead of aborting. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Vikram S. Adve | Add method MachineInstr::substituteValue() which substi... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Vikram S. Adve | Add method MachineInstr::substituteValue() which substi... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | Updated GettingStarted guide to be accurate now that... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | Add a note that specifies that the whether or not sign... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | Minor change to make lli print out characters numerical... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Vikram S. Adve | Bug fix in TargetData::getIndexedOffset: We were using... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Vikram S. Adve | Several bug fixes in casting to signed int values. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | - Rename ConstantGenericIntegral -> ConstantIntegral |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | - Rename ConstantGenericIntegral -> ConstantIntegral |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Chris Lattner | - Rename ConstantGenericIntegral -> ConstantIntegral |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Vikram S. Adve | Handle small unsigned results correctly by clearing... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Brian Ensink | Build correctly in the face of /shared. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | - Clean up interface to Sparc register handling a... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | Return const char * const instead of std::string from... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | - Added a new superclass of ConstantBool/ConstantInt... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | Tools are now moved into /shared |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | - Makefile changes: |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | * Factor a bunch of code by using ReplaceInstUsesWith |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | Remove some extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | Changes to make GlobalValueRefMap not derive from std... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Chris Lattner | Add comment |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | New functionality for instcombine: |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | xor x, ALLONES should -> not x |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | setcc of booleans should always be eliminated |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | Add more strength reduction testcases |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | * IntervalPartition no longer derives from vector |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | Do not add an extra vtable to EVERY machineinstr created. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | UnaryOperator::create should take a name just like... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | * Removed extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | * Removed extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | We are using std::vector, so remove extraneous namespac... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | Change machinecode for instruction to not inherit from... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | The second parameter of hash_set is the default, remove it. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | Oops, I accidentally broke the .d files. Fixed thusly |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | Very minor cleanups |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | * Document the BUILD_ROOT changes and option |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Chris Lattner | * Remove some bogus dependencies on Depend/.dir |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | Oh yeah, I wrote it. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | Initial checkin of the "Writting an LLVM Pass" document |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | Initial checkin of the "Hello World" Pass. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | - Cleaned up the interface to AnalysisUsage to take... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | - Cleaned up the interface to AnalysisUsage to take... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | - Cleaned up the interface to AnalysisUsage to take... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Chris Lattner | Remove extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Minor changes to DEBUG()'s |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Reorder #includes to be right |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Merge three loops into one. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Fix breakage in the build |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Only include the sparc.o file once! |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Simplify writing custom parsers. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | Simplify interface to parsers. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Chris Lattner | * Write the "Custom parser" section |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Chris Lattner | Write the reference section, make other minor editing... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Mehwish Nagda | added Mapping and Function Pass |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Add function GetConstantValueAsUnsignedInt. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Bug fix in CreateCodeToLoadConst(): use sign of dest... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Add a sequence of GEPs with constant indices, for... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Bug fix in TargetData::getIndexedOffset(): handle struc... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Bug fix in SetOperandsForMemInstr: handle leading zeros... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Vikram S. Adve | Add function GetConstantValueAsUnsignedInt. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Chris Lattner | Fix compilation problem. IsIndexZero doesn't exist... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Chris Lattner | Testcase for stuff instcombine should do eventually |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Chris Lattner | Add some more features that we could instcombine away |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Chris Lattner | Comment options that may be enabled |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Vikram S. Adve | Simplified handling of array indexes in SetMemOperands_... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Vikram S. Adve | Add MemAccessInst::getNumIndices(). |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Vikram S. Adve | Eliminate cast instructions: use only GEPs in decompose... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Vikram S. Adve | Run both *.ll and *.c tests. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Vikram S. Adve | Added expected decomposed sequence in comments, plus... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix problem where lli would not print out a 64 bit... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix one real nasty bug |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix lli with no arguments |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix bug: test/Regression/Transforms/InstCombine/2002... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix yet another bug in the testcase |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix bug in testcase |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | * Cleanups of instcombine |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | These tests should not run -dce pass to cleanup instcom... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Add another testcase that isn't failing because of... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Change test to really test the cases we can hit |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Vikram S. Adve | Don't build Debug/ versions when ENABLE_OPTIMIZED is on. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix bug: test/Regression/Transforms/GCSE/2002-05-21... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Implement dominator checking in the verifier, so that... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Add a note about where to put miscompilation tests. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Split dominance calculation and post dominance calculat... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | New testcase for dominator problem |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | The verify pass is implicit |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | New test |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Chris Lattner | Tweak makefile after moving |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Chris Lattner | Verify is implicit for opt |
commit | commitdiff | tree | snapshot |
next |