- aacc35a For PR761: by Reid Spencer · 19 years ago
- 4de76f4 For PR761: by Reid Spencer · 19 years ago
- f00c595 For PR761: by Reid Spencer · 19 years ago
- 0ac611a For PR761: by Reid Spencer · 19 years ago
- 41dff5e Regenerate for PR645 and PR761 by Reid Spencer · 19 years ago
- b2d1786 For PR645: by Reid Spencer · 19 years ago
- 3702d26 For PR645: by Reid Spencer · 19 years ago
- 0fc052c For PR645: by Reid Spencer · 19 years ago
- 43276ee IntegerType is a sized DerivedType too. by Reid Spencer · 19 years ago
- 3d10b0b Clean up comments and assert messages that still refer to the old type names. by Reid Spencer · 19 years ago
- ca01cfe Fix an assertion message. by Reid Spencer · 19 years ago
- dd353b8 SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This by Evan Cheng · 19 years ago
- 129ccd9 Remove dead code. by Devang Patel · 19 years ago
- 7755fac Need to scan the function for branches even if there aren't any constants. by Evan Cheng · 19 years ago
- c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 19 years ago
- a65f5fd Inherit FunctionPass directly from Pass. by Devang Patel · 19 years ago
- a0bf794 Forgot to update this. by Evan Cheng · 19 years ago
- 4d447f5 Inherit BasicBlockPass directly from Pass. by Devang Patel · 19 years ago
- c285414 Add comment, fix typo, reduce memory usage, etc. by Evan Cheng · 19 years ago
- 3df62bd I am an idiot. by Evan Cheng · 19 years ago
- fab0439 Fix comment. by Evan Cheng · 19 years ago
- f4d6822 Fix test case. by Evan Cheng · 19 years ago
- e37879c Remove dead code. by Devang Patel · 19 years ago
- 99403b6 - Tell PEI that PPC will handle stack frame rounding itself. by Evan Cheng · 19 years ago
- 02a2029 Added a MRegisterInfo hook that tells PEI the target is responsible for by Evan Cheng · 19 years ago
- b9329e0 fix fcopysign test by Lauro Ramos Venancio · 19 years ago
- b1cc052 Fix elf object definition. by Lauro Ramos Venancio · 19 years ago
- 743fa03 Doh. Skip JT branches. by Evan Cheng · 19 years ago
- 338305b Make llvm-extract preserve the callingconv of prototypes in the extracted code. by Chris Lattner · 19 years ago
- 1a4a83c 1. Remove dwarf-verbose option (now asm-verbose.) 2. Clean up end of lines. by Jim Laskey · 19 years ago
- f1cdea1 Migrate print routines to asm to be shared by exception handling. by Jim Laskey · 19 years ago
- af5cbcb Added (preliminary) branch shortening capability to constantpool island pass. by Evan Cheng · 19 years ago
- 6318ffd Getting rid uses of evil std::set<> by Evan Cheng · 19 years ago
- b482872 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier by Chris Lattner · 19 years ago
- 78192b6 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC by Chris Lattner · 19 years ago
- 9f4fbba new testcase by Chris Lattner · 19 years ago
- 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 19 years ago
- 0e41094 Call frames for intel. by Jim Laskey · 19 years ago
- 7ac947d 80 columns by Jim Laskey · 19 years ago
- 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
- 7cce0ac Fix unordered fp on alpha by Andrew Lenharth · 19 years ago
- d06b2ab Fix a misencoding of CBW and CWD. This fixes PR1030. by Chris Lattner · 19 years ago
- f9e5619 Use asm printer to emit alignment by Jim Laskey · 19 years ago
- 012f2d9 Use PC relative ldr to load from a constantpool in Thumb mode. by Evan Cheng · 19 years ago
- 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 19 years ago
- de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 19 years ago
- bc51340 Added new files. by Bill Wendling · 19 years ago
- 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
- 3d6d609 Move the getJTRelocation method out of here. by Bill Wendling · 19 years ago
- a4b7324 Use the TargetMachOWriterInfo class to get this information. by Bill Wendling · 19 years ago
- 8f5159e A virtual method to return the TargetMachOWriterInfo object. This returns by Bill Wendling · 19 years ago
- 40fab40 Moved target-specific information to the TargetMachOWriterInfo obj. by Bill Wendling · 19 years ago
- 841056a New "TargetMachOWriterInfo" class. It holds target-specific information by Bill Wendling · 19 years ago
- e966d64 Allow [ fi#c, imm ] as ARM load / store addresses. by Evan Cheng · 19 years ago
- 06c2552 Added some load from stack frames test cases. by Evan Cheng · 19 years ago
- 79d4326 Various Thumb mode load / store isel bug fixes. by Evan Cheng · 19 years ago
- 9e38e32 Thumb test cases. by Evan Cheng · 19 years ago
- c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
- c20048d Fix cut-n-pasto. by Devang Patel · 19 years ago
- 7c3992f Thumb test cases. by Evan Cheng · 19 years ago
- d9f10c3 Fix typo. by Devang Patel · 19 years ago
- 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
- a6f567c Darwin HiddenDirective is .private_extern. by Evan Cheng · 19 years ago
- 6bc191a Fix test case. by Evan Cheng · 19 years ago
- daa3189 One more small fix to documentation by Anton Korobeynikov · 19 years ago
- 8cea37b Updating documentation: by Anton Korobeynikov · 19 years ago
- fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 19 years ago
- 367372a PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack. Each target can further adjust the frame size if necessary. by Evan Cheng · 19 years ago
- c970812 fix typo by Chris Lattner · 19 years ago
- 1829076 make the SmallSet interface more std::set-like by Chris Lattner · 19 years ago
- 08a4d5a Switch this to use SmallSet to avoid mallocs in the common case. by Chris Lattner · 19 years ago
- 89502f0 add a trivial SmallSet class, which operates on a similar principle to by Chris Lattner · 19 years ago
- dc77540 hasFP() is now a virtual method of MRegisterInfo. by Evan Cheng · 19 years ago
- fad2912 Fix a bunch of inline asm failures by Chris Lattner · 19 years ago
- 07700d1 Make it work for both Linux and Mac OS. by Evan Cheng · 19 years ago
- 9b631a5 Update comment. by Evan Cheng · 19 years ago
- f6d039a Remove the DoubleTy special case. by Evan Cheng · 19 years ago
- aa3e123 ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac by Evan Cheng · 19 years ago
- 74fc22d Double and long preferred alignment set to 8 bytes. by Evan Cheng · 19 years ago
- ebd9b73 Double and long preferred alignment is 8 byte. by Evan Cheng · 19 years ago
- 778900a - getTypeAlignmentShift() should be returning preferred alignment, not ABI by Evan Cheng · 19 years ago
- f3bf908 Pasto by Evan Cheng · 19 years ago
- 706535d Linux GOT indirect reference is only necessary in PIC mode. by Evan Cheng · 19 years ago
- d44ecd8 Double and Long preferred alignment is 4 for Darwin, 8 for Linux. by Evan Cheng · 19 years ago
- 2576f13 Use bl to call Thumb fuctions directly. by Evan Cheng · 19 years ago
- 8a67cdc Fix test case. by Evan Cheng · 19 years ago
- 639bebb Bring up to date. by Jim Laskey · 19 years ago
- 4223016 Cleanup checks in the load and store of casted pointer transforms. Two by Reid Spencer · 19 years ago
- ac2dca9 Fix a bunch of missing semicolon parse errors from bison. by Jeff Cohen · 19 years ago
- 361c3ef Fix this error: by Jeff Cohen · 19 years ago
- 5c4db8a Run GenLibDeps.pl with the configured PERL path to handle different install by Reid Spencer · 19 years ago
- 66bb5b5 add a note by Chris Lattner · 19 years ago
- febecf4 Regenerate. by Reid Spencer · 19 years ago
- 8c70122 Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't. by Reid Spencer · 19 years ago
- 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
- 9b5b182 For PR1128: Regenerate for ARM support. by Reid Spencer · 19 years ago
- 5b53fd1 Add support for the ARM target in the target configuration processing. by Reid Spencer · 19 years ago
- 2c7123c Whoops, fix typo in last commit. by Reid Spencer · 19 years ago
- 3af8c6e new testcase by Chris Lattner · 19 years ago
- 24d6da5 For PR970: by Reid Spencer · 19 years ago