- c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 19 years ago
- faf1dae Use $( $| $) to represent alternatives in asm blocks instead of {|}. This by Chris Lattner · 19 years ago
- bf497a3 Fix an obvious typo. by Evan Cheng · 19 years ago
- f28bbda Bugfixes by Chris Lattner · 19 years ago
- ee773ba Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 19 years ago
- 20a6d8e ADd a method by Chris Lattner · 19 years ago
- e70cab0 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 19 years ago
- f938099 Simplify logic further. by Nick Lewycky · 19 years ago
- cd71da5 Implement floating point constants by Rafael Espindola · 19 years ago
- 13bf6c1 Fix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll by Chris Lattner · 19 years ago
- d12245a testcase for PR933 by Chris Lattner · 19 years ago
- f56a8db clean up use of 'explicit'. This is PR934. Patch contributed by Kevin Sopp! by Chris Lattner · 19 years ago
- a73a654 Simplify, now that predsimplify depends on break-crit-edges. by Nick Lewycky · 19 years ago
- 5c8c5d9 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 19 years ago
- 99435d3 Revert previous patch. Still breaking things. by Evan Cheng · 19 years ago
- f7da4e9 Fix for PR929. The PHI nodes were being gone through for each instruction by Bill Wendling · 19 years ago
- 86f7b21 Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: by Chris Lattner · 19 years ago
- 2d4f13e New testcase for PR932 by Chris Lattner · 19 years ago
- 485130f These don't have immediate operands. by Evan Cheng · 19 years ago
- b62ff3f Move DominatorTree to immediately follow DominatorTreeBase by Chris Lattner · 19 years ago
- 9e071f0 fix the names of the 64bit fp register by Rafael Espindola · 19 years ago
- 76907e3 Don't build the runtime library if LLVMGCC is not configured. by Reid Spencer · 19 years ago
- b56371e fix misleading warning by Chris Lattner · 19 years ago
- 52121a1 Fix misleading warning message by Chris Lattner · 19 years ago
- 01078fb Debugging kruft by Jim Laskey · 19 years ago
- 543a0ee Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 19 years ago
- ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 19 years ago
- 39d78d6 Fixme is already done by Chris Lattner · 19 years ago
- ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 19 years ago
- b363312 New testcase by Chris Lattner · 19 years ago
- e831b9a Fix a bug from r1.391 of this file, where we checked the size instead of by Chris Lattner · 19 years ago
- 537cf96 new testcase, malloc should be promoted to [2 x double]. by Chris Lattner · 19 years ago
- 596721f Fix debug output by Chris Lattner · 19 years ago
- 8639503 Implement SRA of heap allocations. by Chris Lattner · 19 years ago
- cb4f10b Override use_back in instruction/basicblock to provide more type information. by Chris Lattner · 19 years ago
- adc9546 Add a version of the globalvariable ctor that inserts at a specific location. by Chris Lattner · 19 years ago
- cff1673 Add some ifdef'd out debug info by Chris Lattner · 19 years ago
- 0d59c03 Stacker doesn't build universal right. by Chris Lattner · 19 years ago
- 71f84de Not needed. by Evan Cheng · 19 years ago
- 2718519 add floating point registers implement SINT_TO_FP by Rafael Espindola · 19 years ago
- d95e3f2 Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will by Chris Lattner · 19 years ago
- 151880b Define this in the correct n/s by Chris Lattner · 19 years ago
- b010d64 Adjust this to the wonky syntax that GCC expects. by Chris Lattner · 19 years ago
- 7a8efce Wrong directory. by Jim Laskey · 19 years ago
- ab4fa4f Minor cleanups by Chris Lattner · 19 years ago
- de65fb3 Now that ConstantBool::True/False are gone, we can modify Type.cpp to by Chris Lattner · 19 years ago
- 003cbf3 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide by Chris Lattner · 19 years ago
- 47811b7 by Chris Lattner · 19 years ago
- 850ba99 Eliminate ConstantBool::True and ConstantBool::False. Instead, provideConstantBool::getTrue() and ConstantBool::getFalse(). by Chris Lattner · 19 years ago
- 6458f18 update comments by Chris Lattner · 19 years ago
- 7be164c wrap long lines by Chris Lattner · 19 years ago
- e354df9 simplify code by Chris Lattner · 19 years ago
- 33ce777 Simplify some code, reformat break's by Chris Lattner · 19 years ago
- f8f791e simplify code by Chris Lattner · 19 years ago
- 193c2d8 Simplify some code by Chris Lattner · 19 years ago
- 3295471 Another attempt at making ArgPromotion smarter. This patch no longer breaks Burg. by Owen Anderson · 19 years ago
- 40d31ec simplify code by Chris Lattner · 19 years ago
- 9fb471d simplify code by Chris Lattner · 19 years ago
- d9ae848 Use the -emit-llvm switch to generate LLVM assembly that can be parsed by Reid Spencer · 19 years ago
- 8a4d430 Add a test case for PR902. by Reid Spencer · 19 years ago
- 7c395ad Shift amounts are always 32-bits, even in 64-bit mode. This fixes by Chris Lattner · 19 years ago
- f120bec new testcase by Chris Lattner · 19 years ago
- 5b7e753 Fix PR902: by Reid Spencer · 19 years ago
- 2a0b2b2 Testcase for PR924 by Chris Lattner · 19 years ago
- 5feaa9a TargetRegisterClass specifies the desired spill alignment. However, it cannot be honored if stack alignment is smaller. by Evan Cheng · 19 years ago
- ba9f043 Fix search file for -release. by Jim Laskey · 19 years ago
- 27b8ba0 Add support for -release-asserts. by Jim Laskey · 19 years ago
- 22a9e5b Provide a gdb usage fix provided by Zhongzing Xu. by Reid Spencer · 19 years ago
- ca756d2 "Once more into the breach, dear friends, once more, or fill the wall up by Bill Wendling · 19 years ago
- 57f9a43 refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method. by Chris Lattner · 19 years ago
- f308ea0 add a note about a general improvement to the code generator by Chris Lattner · 19 years ago
- f6e70fa remove reference to dead method by Chris Lattner · 19 years ago
- b14cb10 remove dead method by Chris Lattner · 19 years ago
- 8a94bf1 Use the new ManagedStatic class to explicitly manage static variables, eliminating static ctors/dtors by Chris Lattner · 19 years ago
- 771cbf3 new helper class to provide more explicit management of static ctor/dtors. by Chris Lattner · 19 years ago
- 8af24b8 re-re-revert this, back to the right revision. It currently breaks bisort/mst by Chris Lattner · 19 years ago
- c2b4ec3 PEI now place callee save spills closest to the address pointed to by the by Evan Cheng · 19 years ago
- 02569d7 - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just by Evan Cheng · 19 years ago
- 31cefb9 re-revert this patch, bisort and mst are still broken in Olden. by Chris Lattner · 19 years ago
- 4da1abb Reapplying this patch. With the newest commits, the error in Olden/bisort by Bill Wendling · 19 years ago
- f38f543 silence warnings in release build by Chris Lattner · 19 years ago
- 79db5b7 Fix DFS walk. Fix http://llvm.org/bugs/show_bug.cgi?id=923 by Devang Patel · 19 years ago
- 6c88e9b Temporarily revert this. This breaks Olden/bisort on PPC by Chris Lattner · 19 years ago
- b05969e Make sure C++ protection shows up in debug info by Jim Laskey · 19 years ago
- 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 19 years ago
- c36f2a4 PR878: Instead of calculating the vreg to PHI use count everytime we get by Bill Wendling · 19 years ago
- 7514437 set DEBUG_TYPE right by Chris Lattner · 19 years ago
- 6432bf8 Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. by Devang Patel · 19 years ago
- 5468966 Use abstract private/comment directives, to increase portability to ppc/linux by Chris Lattner · 19 years ago
- bae02cf Add support for ${:private} which prints "L" on darwin. by Chris Lattner · 19 years ago
- 3ce9b67 Add support for ${:comment}, which expands to the current target's comment by Chris Lattner · 19 years ago
- 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 19 years ago
- 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 19 years ago
- 692d4e0 Rename function. It's determining which callee-save registers to save. by Evan Cheng · 19 years ago
- 1611343 Comments on JumpTableness by Andrew Lenharth · 19 years ago
- bb15185 Load chain check is not needed by Jim Laskey · 19 years ago
- 79597d2 Chain can be any operand by Jim Laskey · 19 years ago
- 3dd1170 Wrong size for load by Jim Laskey · 19 years ago
- 172585b Can't move a load node if it's chain is not used. by Jim Laskey · 19 years ago
- e87e115 Various random and minor code cleanups. by Chris Lattner · 19 years ago