2004-06-18 |
Chris Lattner | New testcase for GCC unordered comparison builtins |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Codegen sub C, X a little bit better for register press... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Fold setcc instructions into select and branches that... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Make storeRegToStackSlot slightly shorter. |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Set the isBranch and isTerminator flags on branch instr... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Emit stores correctly; don't fail an assertion. |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Support generating machine instructions for Phi nodes... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Recognize more branches. |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | I love the smell of a freshly broken PowerPC build... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Make debugging dumps w/ multiple MachineBBs for a given... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Chris Lattner | Do not fold loads into instructions if it is used more... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Chris Lattner | Fix compilation problem on freebsd. Problem noted... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Use addGlobalAddress and addMBB for call & branch targe... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Chris Lattner | Minor cleanup |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Misha Brukman | Make header comment fit within 80 cols. |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Misha Brukman | Since the Great LLVM Tool Renaming(tm), we no longer... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brian Gaeke | Fix typo in DEBUG printout. |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Chris Lattner | Fix a recent regression in Applications/sgefa that... |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Brian Gaeke | Add int ferror(FILE *) |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Brian Gaeke | I'm afraid this doesn't exist. |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Um, did someone make a typo or something? |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | isnan is dead |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | llvm.isnan is dead, long live llvm.isunordered! |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Remove support for llvm.isnan. Alkis wins :) |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | This testcase is a bit silly now, but oh well :) |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Remove isnan support, correct isunordered support |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Remove support for the isnan intrinsic |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Add basic support for the isunordered intrinsic. The... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Right, stop being silly |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Add a nan, stop testing isnan |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Fix thinko in visitor... ShiftInsts should currently... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Chris Lattner | Do not dereference end iterators. It's really bad... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | I think we'll use the standard lowering passes for... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Fix bug generating code for void call instructions... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Squash a warning from the Solaris assembler by aligning... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Allow special-casing of operand printing based on opcod... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Brian Gaeke | Support constant GEP expressions. |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Misha Brukman | The correct prototype is `int atoi(CONST char*)'. ... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Misha Brukman | Add file comment. |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Brian Gaeke | Quick hack to get this file compiling again on Mac... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Brian Gaeke | Make -print-machineinstrs even stronger. You get to... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Reid Spencer | Get rid of "might be uninitialized" warnings when compi... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Alkis Evlogimenos | Add constant folding capabilities to the isunordered... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Alkis Evlogimenos | Really add the docs this time :-) |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Alkis Evlogimenos | Make assertions more consistent with the rest of the... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Reid Spencer | Reduce the number of columns in the alpha index to... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | It is no longer 2001 |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Gaeke | Don't trim @PrevDays (causing an error) if it isn't... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Misha Brukman | Fix grammar: 's is for possessive only. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Reid Spencer | Implement tracking of bytecode instruction size and... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Reid Spencer | Add two options to the program: |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Fix fallout from getOffsetOfLocalArea() being negated... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | llvm.isnan doesn't access memory |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Constant fold the isnan intrinsic |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Add tests for isnan |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | By far, one of the most common uses of isnan is to... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Test that the X86 backend is only emitting one fucom... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | No really, these are dead now |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Now that compare instructions aren't lumped in with... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Introduce a new FP instruction type to separate the... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Bug fixed, new feature |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Add direct support for the isnan intrinsic, implementin... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Add support for the setp instructions |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Split compare instruction handling OUT of handleTwoArgF... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Reid Spencer | Change tags rule to pipe output from find through etags... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Reid Spencer | Revert an unneeded interface change to Instruction.h |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Testcase for PR369 |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Check to make sure that isnan doesn't require calling... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Fix lowering to work correctly |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | I misled Alkis: LLVM should have isnan, not isunordered. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | I misled Alkis: LLVM should have isnan, not isunordered. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Chris Lattner | Document the llvm.isnan intrinsic |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Gaeke | Bug fixed. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Gaeke | Test case for PR368 |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Gaeke | Turn loads of ConstantPointerNulls into loads of zero... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Alkis Evlogimenos | Add feature test for llvm intrinsics. It currently... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Updated the BytecodeAnalysis data structure to contain... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Added an isPhiNode(unsigned) static method to determine... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Remove tabs. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Implement detailed function level data collection and... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Adjust prototypes to new Handler interface. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Make the parser deal with functions instead of just... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Clean up documentation and naming of variables. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Misha Brukman | Remove extra space. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Doxygenize a comment. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Made detailed output the default and changed -details... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Reid Spencer | Implemented the bulk of the functionality. Cleaned... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Brian Gaeke | Allow dates with slashes in them in $DateRE. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Fix the prolog epilog code inserter to match the docume... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Fix the fixed stack offset, patch contributed by Vladim... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Fix a bug in my checkin from last night that caused... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | More minor cleanups |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Eliminate many occurrances of Instruction:: |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Share some code |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Chris Lattner | Add new BinaryOperator::createAdd/Sub/... methods to... |
commit | commitdiff | tree | snapshot |
next |