2004-06-18 |
Misha Brukman | Use the machine-independent method of querying the... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Misha Brukman | Add a target-independent way to query page size. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | .zero doesn't work in the Solaris assembler. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Get rid of selects the easy way |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Make visitAllocaInst() look more like its X86 counterpart. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Mess around with allocation order. In particular, I... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | JMPL has a delay slot. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Clean up the commented-out F3_3 stuff. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Fix jmpl. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Support printing base+offset pairs where the offset... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Support intrinsic calls (although no particular intrins... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Calls to __builtin_isunordered and friends no longer... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Implement Transforms/InstCombine/and.ll:test17, a commo... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | New test |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Do not function resolve intrinsics. This prevents... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Test that C99 unordered comparison functions are not... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Add load instructions for floating-point registers. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Brian Gaeke | Support alloca instructions. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Fix printing of Argument objects, problem found by... |
commit | commitdiff | tree | snapshot |
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 |
next |