- Jun 29, 2006
-
-
Chris Lattner authored
dropped. This shrinks libllvmgcc.dylib another 67K llvm-svn: 28975
-
Chris Lattner authored
llvm-svn: 28973
-
- Jun 28, 2006
-
-
Chris Lattner authored
llvm-svn: 28970
-
Chris Lattner authored
llvm-svn: 28965
-
- Jun 27, 2006
-
-
Reid Spencer authored
Refactor the Graph writing code to use a common implementation which is now in lib/Support/GraphWriter.cpp. This completes the PR. Patch by Anton Korobeynikov. Thanks, Anton! llvm-svn: 28925
-
- Jun 23, 2006
-
-
Jim Laskey authored
code in sections other than ".text", including weak sections like ctors and dtors. llvm-svn: 28909
-
- Jun 20, 2006
-
-
Jim Laskey authored
llvm-svn: 28874
-
- Jun 19, 2006
-
-
Jim Laskey authored
llvm-svn: 28861
-
Jim Laskey authored
llvm-svn: 28858
-
Jim Laskey authored
llvm-svn: 28855
-
- Jun 16, 2006
-
-
Jim Laskey authored
2. Update docs for vector debug support and new version control. 3. Simplify serialization of DebugDescInfo subclasses. llvm-svn: 28816
-
Chris Lattner authored
live at function entry. This prevents it from using arg registers for other purposes before the arguments are used. llvm-svn: 28809
-
- Jun 15, 2006
-
-
Jim Laskey authored
2. Add vector support. llvm-svn: 28807
-
Jim Laskey authored
thing. Doubles still need to be special cased. llvm-svn: 28806
-
Jim Laskey authored
to get the alignment of the element type. llvm-svn: 28799
-
Evan Cheng authored
llvm-svn: 28795
-
Evan Cheng authored
llvm-svn: 28794
-
Evan Cheng authored
operands. e.g. def CALL32r : I<0xFF, MRM2r, (ops GR32:$dst, variable_ops), "call {*}$dst", [(X86call GR32:$dst)]>; TableGen should emit operand informations for the "required" operands. Added a target instruction info flag M_VARIABLE_OPS to indicate the target instruction may have more operands in addition to the minimum required operands. llvm-svn: 28791
-
- Jun 14, 2006
-
-
Jim Laskey authored
llvm-svn: 28782
-
Jim Laskey authored
functions. llvm-svn: 28781
-
- Jun 12, 2006
-
-
Chris Lattner authored
This fixes CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll llvm-svn: 28755
-
Andrew Lenharth authored
llvm-svn: 28752
-
- Jun 08, 2006
-
-
Chris Lattner authored
truncated. llvm-svn: 28733
-
Chris Lattner authored
implement extension of a register. llvm-svn: 28731
-
Chris Lattner authored
llvm-svn: 28727
-
- Jun 05, 2006
-
-
Reid Spencer authored
Provide GraphViz support for MingW32. Patch provided by Anton Korobeynikov llvm-svn: 28688
-
Reid Spencer authored
Add support for Graphviz. Patch contributed by Anton Korobeynikov. llvm-svn: 28684
-
- Jun 01, 2006
-
-
Reid Spencer authored
LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double' llvm-svn: 28620
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
- May 31, 2006
-
-
Evan Cheng authored
llvm-svn: 28592
-
Evan Cheng authored
llvm-svn: 28585
-
Evan Cheng authored
llvm-svn: 28584
-
- May 30, 2006
-
-
Evan Cheng authored
latency targets, e.g. PPC32. llvm-svn: 28561
-
Evan Cheng authored
non-deterministic. Returns NULL when it's empty! llvm-svn: 28560
-
- May 27, 2006
-
-
Chris Lattner authored
SimplifySelectOps would eliminate a Select, delete it, then return true. The clients would see that it did something and return null. The top level would see a null return, and decide that nothing happened, proceeding to process the node in other ways: boom. The fix is simple: clients of SimplifySelectOps should return the select node itself. In order to catch really obnoxious boogs like this in the future, add an assert that nodes are not deleted. We do this by checking for a sentry node type that the SDNode dtor sets when a node is destroyed. llvm-svn: 28514
-
Evan Cheng authored
instead of MVT::i1. Either is fine except MVT::i32 is probably a legal type for most (if not all) platforms while MVT::i1 is not. llvm-svn: 28511
-
Evan Cheng authored
RET chain, value1, sign1, value2, sign2 llvm-svn: 28509
-
- May 26, 2006
-
-
Evan Cheng authored
llvm-svn: 28492
-
- May 25, 2006
-
-
Evan Cheng authored
llvm-svn: 28465
-
Evan Cheng authored
llvm-svn: 28461
-