- b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
- a17cf0a Use getOffset() instead. by Evan Cheng · 18 years ago
- d5a99d7 Use MachineConstantPoolEntry getOffset() and getType() accessors. by Evan Cheng · 18 years ago
- f379924 Add MachineConstantPoolEntry getOffset() accessor. by Evan Cheng · 18 years ago
- baf4500 The top bit is used to determine whether it's a MachineConstantPoolValue. by Evan Cheng · 18 years ago
- c7695eb revert accidentally committed file by Chris Lattner · 18 years ago
- 2540813 Remove dead methods, add getNumBlockIDs() method by Chris Lattner · 18 years ago
- 5f1d013 Use new config.h macro by Chris Lattner · 18 years ago
- a6d990a Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h by Reid Spencer · 18 years ago
- 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
- 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
- 9abd7c3 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 18 years ago
- 544ea34 Add comment. by Devang Patel · 18 years ago
- 89abd77 Mirrors ConstantPoolSDNode. by Evan Cheng · 18 years ago
- d9c294b Document new --enable-valgrind option. by Nick Lewycky · 18 years ago
- e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 18 years ago
- 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 18 years ago
- 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
- 57d12f9 Avoid recursion in assignDFSNumber(). Move def from ET-Forest.h to Dominators.h by Devang Patel · 18 years ago
- 08c3301 add note about switch lowering by Chris Lattner · 18 years ago
- a4646b6 Second half of the fix for Transforms/Inline/inline_cleanup.ll by Chris Lattner · 18 years ago
- 668a1d0 Add some more consistency checks. by Nick Lewycky · 18 years ago
- 977be25 Fix unionSets so that it can merge correctly. by Nick Lewycky · 18 years ago
- 33bb3c8 Implement the first half of Transforms/Inline/inline_cleanup.ll by Chris Lattner · 18 years ago
- 54ae241 new testcase by Chris Lattner · 18 years ago
- 80543c8 Skip over first operand when determining REX prefix for two-address code. by Evan Cheng · 18 years ago
- cf2112a Erase dead instructions. by Nick Lewycky · 18 years ago
- 0f5e9b9 The sense of this branch was backwards by Chris Lattner · 18 years ago
- bfd68a7 Turn X < 0 -> TEST X,X js by Chris Lattner · 18 years ago
- 7a6366d The sense of this branch was inverted :( by Chris Lattner · 18 years ago
- 8a65009 Fix a ton of jit failures by Chris Lattner · 18 years ago
- 3ad5e5c add shifts to addressing mode 1 by Rafael Espindola · 18 years ago
- c970f06 If LSR went through a lot of trouble to put constants (e.g. the addr of a global by Chris Lattner · 18 years ago
- c635d71 new testcase by Chris Lattner · 18 years ago
- 0f27fc3 Fix a regression in the 32-bit port from the 64-bit port landing. by Chris Lattner · 18 years ago
- 94c8d3b New testcase by Chris Lattner · 18 years ago
- d1468d3 new note by Chris Lattner · 18 years ago
- 95af34e new note by Chris Lattner · 18 years ago
- 79980b0 Compile X << 1 (where X is a long-long) to: by Chris Lattner · 18 years ago
- f957051 Compile X > -1 -> text X,X; js dest This implements CodeGen/X86/jump_sign.ll. by Chris Lattner · 18 years ago
- 06f7ee9 new testcase by Chris Lattner · 18 years ago
- 56eac5f Initialize DontInternalize. by Devang Patel · 18 years ago
- c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
- d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
- cd5731d Reflect MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
- 9a7746d Correct the URL to the attrib.incl file. by John Criswell · 18 years ago
- 92f7365 An sinkable instruction may exist with uses, if those uses are in dead blocks. by Chris Lattner · 18 years ago
- 431a80a testcase for PR908 by Chris Lattner · 18 years ago
- c168faa Testcase that crashes the C++ FE. by Chris Lattner · 18 years ago
- adaa38f add a note by Chris Lattner · 18 years ago
- f19fb9b Add ability to remove nodes from DominatorTree, for when a BasicBlock by Nick Lewycky · 18 years ago
- 0bfd7fd Testcase noticed from PR906 by Chris Lattner · 18 years ago
- 2a33a3f add compilable testcase by Chris Lattner · 18 years ago
- 3697e30 new testcase for PR906 by Chris Lattner · 18 years ago
- 63d3220 Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll by Chris Lattner · 18 years ago
- c423549 new testcase for PR905 by Chris Lattner · 18 years ago
- 817e7fd implement SRL and MUL by Rafael Espindola · 18 years ago
- 1b3956b add the correct fallback for ARMDAGToDAGISel::SelectAddrMode1 by Rafael Espindola · 18 years ago
- b082f86 burg is gone by Chris Lattner · 18 years ago
- 7cca7c5 partial implementation of the ARM Addressing Mode 1 by Rafael Espindola · 18 years ago
- 3fc68cc Skip the linear search if the answer is already known. by Nick Lewycky · 18 years ago
- 996f705 No longer used, and confuses maintainers by Jim Laskey · 18 years ago
- 06ecdfd Include the UIUC CS department attribution on the main doxygen page. by John Criswell · 18 years ago
- ff59d22 call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization by Rafael Espindola · 18 years ago
- f47d167 Updates. by Evan Cheng · 18 years ago
- 0f4aa6e Update README file. by Evan Cheng · 18 years ago
- 23f8497 Rename a test-not-cmp.ll to cmp-test.ll; add a test. by Evan Cheng · 18 years ago
- 966fd37 1) With X86 lowering change, the following can no longer happen since by Evan Cheng · 18 years ago
- 734503b X86ISD::CMP now produces a chain as well as a flag. Make that the chain by Evan Cheng · 18 years ago
- 019f851 Behold, more work on relocations. Things are looking pretty good now. by Nate Begeman · 18 years ago
- f369dd2 Removed unnecessary Mangler creation. by Anton Korobeynikov · 18 years ago
- 6a26847 add a testcase for this commit: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050606/026673.html by Chris Lattner · 18 years ago
- dfa1af0 Allow tail duplication in more cases, relaxing the previous restriction a by Chris Lattner · 18 years ago
- c66764c This code was trying too hard. By eliminating redundant edges in the CFG by Chris Lattner · 18 years ago
- dc08cd5 Replace EquivalenceClasses with a custom-built data structure. Many common by Nick Lewycky · 18 years ago
- 2a86f3b Implement Transforms/InstCombine/hoist_instr.ll by Chris Lattner · 18 years ago
- 4b78a54 new testcase by Chris Lattner · 18 years ago
- cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
- 7b166d9 Make inlining costs more accurate. by Chris Lattner · 18 years ago
- 8e49e08 Turn div X, (Cond ? Y : 0) -> div X, Y This implements select.ll::test18. by Chris Lattner · 18 years ago
- bbf4636 new testcase by Chris Lattner · 18 years ago
- f1b5adb Missing anchor by Jim Laskey · 18 years ago
- 1e14289 Add cbe support for powi by Chris Lattner · 18 years ago
- 6ddf8ed Implement the fpowi now by lowering to a libcall by Chris Lattner · 18 years ago
- c0c9c5e (indirect) test for the __builtin_powi builtin which we now support. by Chris Lattner · 18 years ago
- dd2afb0 Implement new fpowi node by Chris Lattner · 18 years ago
- f3f333d Allow targets to custom lower expanded BIT_CONVERT's by Chris Lattner · 18 years ago
- 94be248 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 18 years ago
- 6f34b43 Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndex by Evan Cheng · 18 years ago
- 0c5b8da Non-allocatable physregs can be killed and dead, but don't treat them as by Chris Lattner · 18 years ago
- cc40632 This fixes Benchmarks/Prolangs-C/unix-smail by Chris Lattner · 18 years ago
- 45d5788 Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection by Chris Lattner · 18 years ago
- cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
- aa91978 Remove redundant include. by Devang Patel · 18 years ago
- 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 18 years ago
- 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 18 years ago
- 0a20060 implement shl and sra by Rafael Espindola · 18 years ago
- 40f4ba5 Use __USER_LABEL_PREFIX__ to get the prefix added by the current host. by Chris Lattner · 18 years ago
- 4e30764 add the eor (xor) instruction by Rafael Espindola · 18 years ago
- f45c25f Missing tab by Jim Laskey · 18 years ago