- 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
- f7a1212 Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll, a loop unswitch by Chris Lattner · 19 years ago
- 2c54676 new testcase, distilled from povray by Chris Lattner · 19 years ago
- 90245d4 When asked not to delete useless PHIs, really don't delete them, no matter how by Owen Anderson · 19 years ago
- 13a68e4 Use the PotDoms map to memoize 'dominating value' lookup. With this patch, by Chris Lattner · 19 years ago
- 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 19 years ago
- 8b92d0c Fix another instance where PHI nodes need special treatment. by Owen Anderson · 19 years ago
- 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 19 years ago
- c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 19 years ago
- 7be3f1e Fix a bug that was causing major slowdowns in povray. This was due to LCSSA by Owen Anderson · 19 years ago
- 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 19 years ago
- c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 19 years ago
- 209f437 My original test case was bogus. Reverting to crasher case. by Jim Laskey · 19 years ago
- df1530a Tests to make sure that ComputeMaskedBits discards bits for shifts. by Jim Laskey · 19 years ago
- 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 19 years ago
- 004fb92 Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobeynikov. by Evan Cheng · 19 years ago
- 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 19 years ago
- 81c01f0 Decribe the "implementation" keyword. by Chris Lattner · 19 years ago
- e67304f Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register by Chris Lattner · 19 years ago
- b47e089 Fix spilling and reloading of CR regs to reload the right values. This fixes by Chris Lattner · 19 years ago
- 6edf399 Reapply my 6/9 changes. The bug Evan saw no longer occurs. by Owen Anderson · 19 years ago
- 7f2e1dd Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll by Chris Lattner · 19 years ago
- b2035f2 TEstcase that makes simplifycfg infloop. by Chris Lattner · 19 years ago
- f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 19 years ago
- a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 19 years ago
- 1398421 New testcase that crashes llc by Chris Lattner · 19 years ago
- f2b806a Let the alpha breakage begin. First Formals and RET. next Calls by Andrew Lenharth · 19 years ago
- 232c910 Start on my todo list by Andrew Lenharth · 19 years ago
- 337c4ad6 lower more then 4 formal arguments. The offset is currently hard coded. by Rafael Espindola · 19 years ago
- 3d2aa47 Fix for 2006-06-26-MultipleExitsSingleBlock. by Owen Anderson · 19 years ago
- b083af6 Make sure that LCSSA works properly when it encounters an exit block that has by Owen Anderson · 19 years ago
- c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 19 years ago
- b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 19 years ago
- 31d1a2c Add a missing assertion that would have helped out Reid by Chris Lattner · 19 years ago
- cf00631 Work around a nasty tblgen bug where it doesn't add operands for varargs by Chris Lattner · 19 years ago
- 4a45abf Fix a problem exposed by the local allocator. CALL instructions are not marked by Chris Lattner · 19 years ago
- 11bcd28 Wrap to 80 cols by Chris Lattner · 19 years ago
- 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 19 years ago
- 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 19 years ago
- fcaf345 Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch preserves by Owen Anderson · 19 years ago
- f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 19 years ago
- e5e228d Comments to appease sabre. by Evan Cheng · 19 years ago
- b12223e Minor compilation speed improvement. by Evan Cheng · 19 years ago
- 86c75d3 RewriteExpr, either the new PHI node of induction variable or the by Evan Cheng · 19 years ago
- a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 19 years ago
- 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
- 586e653 Add new testcase by Chris Lattner · 19 years ago
- cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 19 years ago
- 5591c51 New testcase, using "AX" as i32. by Chris Lattner · 19 years ago
- ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 19 years ago
- c0bad57 Add support for "m" inline asm constraints. by Chris Lattner · 19 years ago
- fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 19 years ago
- 393830a For PR804: by Reid Spencer · 19 years ago
- 28962f3 Remove dead code. by Vladimir Prus · 19 years ago
- dd49dbf New method BasicBlock::getFirstNonPHI. by Vladimir Prus · 19 years ago
- 7f3ac41 This no longer needs plugins, this it doesn't need all of VMCore. by Chris Lattner · 19 years ago
- 32f5553 For PR787: by Reid Spencer · 19 years ago
- 2991b01 Shorten a value description so --help out isn't so wide. by Reid Spencer · 19 years ago
- e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 19 years ago
- af303d5 For PR780: by Reid Spencer · 19 years ago
- 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 19 years ago
- 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
- 454d85b Previous version of this file wasn't supposed to be committed. This version by Reid Spencer · 19 years ago
- 4f1bd9e For PR780: by Reid Spencer · 19 years ago
- 6296b3c Fix a spello in a comment. by Reid Spencer · 19 years ago
- 170da9b For PR780: by Reid Spencer · 19 years ago
- 6df60a9 For PR780: by Reid Spencer · 19 years ago
- 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 19 years ago
- dc05009 Remove useless noop argument by Chris Lattner · 19 years ago
- 3e347f2 Fix a bug in the following scenario. by Chris Lattner · 19 years ago
- e8bd0a3 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 19 years ago
- 215abc7 document --libfiles by Chris Lattner · 19 years ago
- d179de5 Add a new --libfiles option, for getting fully-qualified pathnames to libraries. by Chris Lattner · 19 years ago
- fc79016 Move toolrunner out of libsupport into the bugpoint tool by Chris Lattner · 19 years ago
- f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 19 years ago
- 18a4af2 Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on by Chris Lattner · 19 years ago
- 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
- 001db45 Add PowerPC intrinsics to support dcbz[l] by Chris Lattner · 19 years ago
- 73ebd09 Make the llvm-config library dependency database depend on all of the libraries. by Chris Lattner · 19 years ago
- e9d93d5 Fix some formatting, and use inLoop() when appropriate. by Owen Anderson · 19 years ago
- 92deacf Stop a memory leak, and update some comments. by Owen Anderson · 19 years ago
- 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 19 years ago
- 4b02367 add R0 to liveout by Rafael Espindola · 19 years ago
- 2403b85 Document the cl::SetVersionPrinter function. by Reid Spencer · 19 years ago
- bddcb94 For PR778: by Reid Spencer · 19 years ago
- fcadfbb For PR798: by Reid Spencer · 19 years ago
- 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
- cdb08a3 For PR633: by Reid Spencer · 19 years ago
- caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 19 years ago
- 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- c21051f A few new entries. by Evan Cheng · 19 years ago
- f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
- 32a90f8 Update the regression tests, and add a new one encountered while compiling crtend. by Owen Anderson · 19 years ago
- c14c1d4 Some more clean-up, and squash an IDF-Phi related bug. by Owen Anderson · 19 years ago
- a5cc38b ignore ordered/unordered for now by Andrew Lenharth · 19 years ago
- 9e1c1dd Various clean-ups suggested by Chris. by Owen Anderson · 19 years ago
- 30019c8 Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's by Owen Anderson · 19 years ago
- 98bb297 Document the LINK_LIBS_IN_SHARED control variable. by Reid Spencer · 19 years ago
- 2e1f0ed temporarily add back this option, I will remove it in a couple days by Chris Lattner · 19 years ago
- ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 19 years ago