- 8e6d2bb Make fpcmp handle running off of the beginning or end of the file correctly. by Chris Lattner · 20 years ago
- 218a822 Add some DEBUG output to the simplifycfg routines by Chris Lattner · 20 years ago
- 2d67208 A utility to search the LLVM source tree for a grep pattern. This is a by Reid Spencer · 20 years ago
- 56b7ee2 Now that dominator tree children are built in determinstic order, this horrible code by Chris Lattner · 20 years ago
- fab8596 compute dominator tree children in a deterministic order that does not depend by Chris Lattner · 20 years ago
- f6437a3 Print out immediate dominators in program order, not in random order based on the address by Chris Lattner · 20 years ago
- aee7940 This will hopefully fix a heisenbug that Vladimir Merzliakov is running by Chris Lattner · 20 years ago
- c08bc9a Add a note about GCC 3.3.2 optimization bug that causes llc to spin. by Reid Spencer · 20 years ago
- 2b994c7 Fix a nasty bug, noticed by Reid by Chris Lattner · 20 years ago
- edb8433c Fix one source of nondeterminism in the -licm pass: the hoist pass by Chris Lattner · 20 years ago
- abc35bc Change to use the StableBasicBlockNumbering class by Chris Lattner · 20 years ago
- c8fd918 Initial checkin of the StableBasicBlockNumbering, a little helper class for computing by Chris Lattner · 20 years ago
- 689835a Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data. by Chris Lattner · 20 years ago
- 63168d2 Do not let the numbering of PHI nodes placed in the function depend on by Chris Lattner · 20 years ago
- 1654cff Do not sort by the address of LLVM ConstantInt* objects. This produces by Chris Lattner · 20 years ago
- 8430a45 Do not loop over uses as we delete them. This causes iterators to be by Chris Lattner · 20 years ago
- 1901960 Bug fixed by Chris Lattner · 20 years ago
- 553a7ab Test for PR374 by Chris Lattner · 20 years ago
- b3707ba Fix relative link to the CVS mirrors. by Misha Brukman · 20 years ago
- 883bcbe Add link to the CVS mirror hosted by Reid by Chris Lattner · 20 years ago
- a0f71e4 Add link documenting shared/static library differences across platforms. by Misha Brukman · 20 years ago
- f82bba9 Bug fixed by Chris Lattner · 20 years ago
- 62a9343 Capitalize Cygwin. by Misha Brukman · 20 years ago
- ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 20 years ago
- b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 20 years ago
- 0ed24ad Add a target-independent way to query page size. by Misha Brukman · 20 years ago
- 9d2427c .zero doesn't work in the Solaris assembler. by Brian Gaeke · 20 years ago
- a3c5762 Get rid of selects the easy way by Brian Gaeke · 20 years ago
- cfaf224 Make visitAllocaInst() look more like its X86 counterpart. by Brian Gaeke · 20 years ago
- 4f217fd Mess around with allocation order. In particular, I think we ought to be by Brian Gaeke · 20 years ago
- fbaae01 JMPL has a delay slot. by Brian Gaeke · 20 years ago
- 0735920 Clean up the commented-out F3_3 stuff. by Brian Gaeke · 20 years ago
- f89cc65 Fix jmpl. Add some FP moves. by Brian Gaeke · 20 years ago
- ceb2241 Support printing base+offset pairs where the offset is a register. by Brian Gaeke · 20 years ago
- 9d67ea0 Support intrinsic calls (although no particular intrinsics are supported yet). by Brian Gaeke · 20 years ago
- ceebeb6 Calls to __builtin_isunordered and friends no longer cause llvmgcc to ICE. by Chris Lattner · 20 years ago
- 5b62aa7 Implement Transforms/InstCombine/and.ll:test17, a common case that by Chris Lattner · 20 years ago
- b80e3ad New test by Chris Lattner · 20 years ago
- e5ad50b Do not function resolve intrinsics. This prevents warnings and possible bad by Chris Lattner · 20 years ago
- eaf10c8 Test that C99 unordered comparison functions are not being turned into libc calls by Chris Lattner · 20 years ago
- 562d5b0 Add load instructions for floating-point registers. by Brian Gaeke · 20 years ago
- c93a752 Support alloca instructions. by Brian Gaeke · 20 years ago
- a8abee2 Fix printing of Argument objects, problem found by Patrick Meredith by Chris Lattner · 20 years ago
- cb37056 New testcase for GCC unordered comparison builtins by Chris Lattner · 20 years ago
- 667ea02 Codegen sub C, X a little bit better for register pressure. Instead of by Chris Lattner · 20 years ago
- a6f9fe6 Fold setcc instructions into select and branches that are not in the same BB as by Chris Lattner · 20 years ago
- 6713d98 Make storeRegToStackSlot slightly shorter. by Brian Gaeke · 20 years ago
- 070bb4a Set the isBranch and isTerminator flags on branch instructions correctly. by Brian Gaeke · 20 years ago
- 8308d04 Emit stores correctly; don't fail an assertion. by Brian Gaeke · 20 years ago
- 6c868a4 Support generating machine instructions for Phi nodes (based on x86, but with by Brian Gaeke · 20 years ago
- fc7fa31 Recognize more branches. by Brian Gaeke · 20 years ago
- afe16e1 I love the smell of a freshly broken PowerPC build in the morning. by Brian Gaeke · 20 years ago
- 988b7ba Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 20 years ago
- ccd9796 Do not fold loads into instructions if it is used more than once. In particular by Chris Lattner · 20 years ago
- 5253f05 Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in by Chris Lattner · 20 years ago
- 09c1309 Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. by Brian Gaeke · 20 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
- 5dd0402 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
- c261662 Minor cleanup by Chris Lattner · 20 years ago
- 0603079 Make header comment fit within 80 cols. by Misha Brukman · 20 years ago
- b5a2e40 Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our by Misha Brukman · 20 years ago
- 802daf8 Fix typo in DEBUG printout. by Brian Gaeke · 20 years ago
- aebcce8 Fix a recent regression in Applications/sgefa that Alkis pointed out to me. by Chris Lattner · 20 years ago
- 59108d3 Add int ferror(FILE *) by Brian Gaeke · 20 years ago
- 694ffc0 I'm afraid this doesn't exist. by Brian Gaeke · 20 years ago
- 83a7049 Um, did someone make a typo or something? by Brian Gaeke · 20 years ago
- 4ee623d isnan is dead by Chris Lattner · 20 years ago
- ee98bf5 llvm.isnan is dead, long live llvm.isunordered! by Chris Lattner · 20 years ago
- 4adf066 Remove support for llvm.isnan. Alkis wins :) by Chris Lattner · 20 years ago
- 85a14bb This testcase is a bit silly now, but oh well :) by Chris Lattner · 20 years ago
- be78ac4 Remove isnan support, correct isunordered support by Chris Lattner · 20 years ago
- c45ef6d Remove support for the isnan intrinsic by Chris Lattner · 20 years ago
- dc57244 Add basic support for the isunordered intrinsic. The isnan stuff still needs to go by Chris Lattner · 20 years ago
- 5e9a7ca Right, stop being silly by Chris Lattner · 20 years ago
- 6c07f30 Add a nan, stop testing isnan by Chris Lattner · 20 years ago
- d6a1053 Fix thinko in visitor... ShiftInsts should currently be delegated by Brian Gaeke · 20 years ago
- d1cd328 Do not dereference end iterators. It's really bad for the asmwriter's health. by Chris Lattner · 20 years ago
- f405280 I think we'll use the standard lowering passes for now. by Brian Gaeke · 20 years ago
- e14e338 Fix bug generating code for void call instructions: don't call by Brian Gaeke · 20 years ago
- 5eb6474 Squash a warning from the Solaris assembler by aligning the stack by Brian Gaeke · 20 years ago
- 446ae11 Allow special-casing of operand printing based on opcode. Print by Brian Gaeke · 20 years ago
- 9df9282 Support constant GEP expressions. by Brian Gaeke · 20 years ago
- 8238c27 The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. by Misha Brukman · 20 years ago
- 5478c7a Add file comment. by Misha Brukman · 20 years ago
- fda2cce Quick hack to get this file compiling again on Mac OS X. The right thing to do by Brian Gaeke · 20 years ago
- f3210d2 Make -print-machineinstrs even stronger. You get to see the final code after by Brian Gaeke · 20 years ago
- 4a4bfd8 Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 by Reid Spencer · 20 years ago
- df49731 Add constant folding capabilities to the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
- 26bbe93 Really add the docs this time :-) by Alkis Evlogimenos · 20 years ago
- ac700ca Make assertions more consistent with the rest of the intrinsic by Alkis Evlogimenos · 20 years ago
- 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
- 06a3db0 Reduce the number of columns in the alpha index to 4 so that it fits by Reid Spencer · 20 years ago
- 51a54e6 It is no longer 2001 by Chris Lattner · 20 years ago
- 253231e Don't trim @PrevDays (causing an error) if it isn't long enough. by Brian Gaeke · 20 years ago
- 6e404b8 Fix grammar: 's is for possessive only. by Misha Brukman · 20 years ago
- 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 20 years ago
- f6d0233 Add two options to the program: by Reid Spencer · 20 years ago
- 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 20 years ago
- 9f35196 llvm.isnan doesn't access memory by Chris Lattner · 20 years ago
- cf11035 Constant fold the isnan intrinsic by Chris Lattner · 20 years ago