2004-06-21 |
Misha Brukman | Use a reference instead of a pointer for the ostream... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Direct declaration of namespace-ified globals does... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Specify variables' namespace directly instead of using... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Move implemented interface header up to the top. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Spell out `NoFramePointerElim'. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Spell out `NoFramePointerElim' for readability. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Use the common `NoFPElim' setting instead of our own. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Implement `NoFPElim' in a target-agnostic fashion so... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Make a single `NoFPElim' switch available to all targets. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | * Make indentation consistent at 2 chars |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | This file is no longer applicable. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Let's be consistent: listing format `os/arch'. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Handle shifts >= 32 bits. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Intrinsic::isnan has gone away, support for it commente... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Type::getPrimitiveID() -> getTypeID() |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Type::getPrimitiveID() -> getTypeID() |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Initial revision |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Misha Brukman | Mention the requirement of dlcompat for MacOS X. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | Rename Interval class to LiveInterval to avoid conflict... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | Make ConstantBool act like a 1 bit ConstantInt, in... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Reid Spencer | Nullify this test as it causes infinite loop in optimiz... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | *FINALLY* Fix a really nasty nondeterministic bug that... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | Comment out the isnan stuff until we get a proper autoc... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Chris Lattner | Make order of argument addition deterministic. In... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | REALLY fix PR378: crash in scalar evolution analysis |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Reid Spencer | Added a note about requiring QMTest 2.0.3 instead of... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Fix a bug in my change last night that caused a few... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | IntrinsicLowering.cpp now lives in lib/CodeGen/ |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Update path |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Header moved into the CodeGen directory |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Move the IntrinsicLowering header into the CodeGen... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Chris Lattner | Move the IntrinsicLowering header into the CodeGen... |
commit | commitdiff | tree | snapshot |
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 |
next |