2002-08-15 |
Chris Lattner | Handle more cases of cast-of-cast in more general forms. |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Chris Lattner | Remove the last traces of the NOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Chris Lattner | Add a bunch of testcases for cast-of-casts that should... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Vikram S. Adve | Change opLabel numbers for Not and BNot. |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Vikram S. Adve | Unary Not (boolean and bitwise) is no longer a separate... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Vikram S. Adve | Revise code generation for unary Not (boolean and bitwi... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Vikram S. Adve | Added more helper functions for binary instructions... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Vikram S. Adve | Add tests for unary NOT operations. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Implement capability to fold this: |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Fix testcase to actually test what we think we are |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Avoid creating 'load X, 0' instead of just 'load X' |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Avoid inserting an entry block unless we need it |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Gross, some whitespace escaped |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Fix bug in documentation |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | This file does not belong here. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Fix tests that use the now dead not instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Fix testcases that used to now dead 'not' instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Change not's to xors |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for Not ConstantExpr. This simplifies... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Fix bug introduced in last checkin due to CastInst... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for unary operators. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove reference to GenericUnaryInst class |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for unary instructions |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for NOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove extra #includes |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove constant propogation support for NOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for NOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove information about dead 'not' instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support for unary operators |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Implement two constructor functions for "unary" instruc... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | Remove support forNOT instruction |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Chris Lattner | - Fix InstCombine pass to not generate or process... |
commit | commitdiff | tree | snapshot |
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 |
next |