2004-06-20 |
Chris Lattner | Start moving IntrinsicLowering out of VMCore into libco... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Do not sort SCEV objects by address: instead sort by... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Make use of BinaryOperator::create* methods to shrinkif... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Add methods like BinaryOperator::createAdd that take... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Fix the inliner to be deterministic, not letting its... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Make fpcmp handle running off of the beginning or end... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Add some DEBUG output to the simplifycfg routines |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Reid Spencer | A utility to search the LLVM source tree for a grep... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Now that dominator tree children are built in determins... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | compute dominator tree children in a deterministic... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Print out immediate dominators in program order, not... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | This will hopefully fix a heisenbug that Vladimir Merzl... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Reid Spencer | Add a note about GCC 3.3.2 optimization bug that causes... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Fix a nasty bug, noticed by Reid |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Fix one source of nondeterminism in the -licm pass... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Change to use the StableBasicBlockNumbering class |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Initial checkin of the StableBasicBlockNumbering, a... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Fix a tiny bug in the -no-aa pass, in which it did... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Do not let the numbering of PHI nodes placed in the... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Do not sort by the address of LLVM ConstantInt* objects... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Do not loop over uses as we delete them. This causes... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Chris Lattner | Test for PR374 |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Misha Brukman | Fix relative link to the CVS mirrors. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Add link to the CVS mirror hosted by Reid |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Misha Brukman | Add link documenting shared/static library differences... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Misha Brukman | Capitalize Cygwin. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Misha Brukman | * Fix file header and name |
commit | commitdiff | tree | snapshot |
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 |
next |