2009-07-22 |
Chris Lattner | don't set the small flag yet. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | remove the SelectSectionForMachineConst hook, replacing... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Let each target determines whether a machine instructio... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | reimplement Constant::ContainsRelocations as |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Misc. doc fixes following suggestions from Eli. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fixing cp island pass. Step 1: Determine whether the... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | simplify code now that it is inlined. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Lang Hames | Exposed PHIElimination pass within CodeGen. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Now that RelocBehaviour() is never overloaded, it doesn... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Eric Christopher | Add intrinsic for __builtin_ia32_vec_set_v4si which... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | this doesn't break any of the 4 ia64 tests. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | alpha doesn't need to redefine this: it only supports... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Add some support for iterative coalescers to calculate... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | no really, I can spell! |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | add an API so target-independent codegen can determine... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Convert instcombine from using using getAnalysis<Target... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Permit the IntPtrTy argument to isEliminableCastPair... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bruno Cardoso... | Change ELFCodeEmitter logic to emit the constant pool... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Replace the original ad-hoc code for determining whethe... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Remove a big test case. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Various doc updates from Edward O'Callaghan! |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove the last bits of SectionFlagsForGlobal. There... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | don't mask out the small flag and then reapply it later. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | if Xcore doesn't support TLS, it doesn't have to worry... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove the Xcore implementation of SelectSectionForGlob... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | simplify based on the fact that darwin always uses... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | make some stuff private. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Remove the XCore custom implementation of MergeableCons... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bob Wilson | Fix ocaml tests for 64-bit MacOS systems. LLVM is... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bob Wilson | Reorder the "Metadata" entry to match the C bindings. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Add missing include |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | inline a trivial method into its only call site and... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Remove some overridden functions in XCoreTargetAsmInfo... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | revert r76602, 76603, and r76615, pending design discus... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Owen Anderson | Privatize the ConstantArray table. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Torok Edwin | Add a few fairly obvious API changes I noticed while... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Eli Friedman | Missed a piece of the commit to remove the shift flavor. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Owen Anderson | Privatize the first of the value maps. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Eli Friedman | Remove shift amount flavor. It isn't actually complete... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Eli Friedman | Remove a couple of already-implemented notes. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Prefix IR dumps with LiveInterval indices when possible... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Add fake v7 itineraries for now. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | make AsmPrinter::doFinalization iterate over the global... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Add PrefixPrinter arguments to the dump routines for... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Add a small utility class to configure IR printers... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Make a bunch of changes suggested by Chris and others... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Do not select tSXTB / tSXTH in thumb2 mode. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Owen Anderson | Rename getConstantInt{True|False} to get{True|False... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Torok Edwin | Add freed memory poisoning in !NDEBUG mode for DenseMap. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | reduce indentation by using an early exit. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Use string comparison instead of numeric comparison... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | whitespace cleanups, make the MipsAsmPrinter::doInitial... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | fix Sparc, SystemZ, and MSP430 to not override AsmPrint... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | convert this test to filecheck format, which is faster... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Move StringRef comparison operators out of class. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove an unneeded override. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | more random whitespace cleanup, eliminate #define,... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | add a testcase for the pic16 section handling stuff. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | some simple whitespace cleanup, avoid copying vectors... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Add StringRef::{substr, startswith}. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Another rewriter bug exposed by recent coalescer change... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Add missing include. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Switch this API to StringRef. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Simplify / normalize some uses of Value::getName. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Add StringRef class, with fixes. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Torok Edwin | unbreak unit-tests on gcc-4.4. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Remove some unused code. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bruno Cardoso... | Support adding relocations for data sections, handling... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove a very large testcase for now. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Add jumps with 8-bit relocation for assembler / disasse... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fix a dagga combiner bug: avoid creating illegal constant. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Owen Anderson | Move a bit more state over to the LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bill Wendling | Add the following functions: |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Add a testcase for PR2831. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Add a testcase for PR4569, which is now fixed. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Make the range calculations for addrecs to be more... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fix ARM isle code that optimize multiply by constants... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Cross RC coalescing is now on by default. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dale Johannesen | revert 76503 while I figure out what's going on |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dan Gohman | Add a comment to clarify why there isn't any code in... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dan Gohman | Remove the code that tried to evaluate whether (A pred... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dale Johannesen | Make sure a global matching asm 'i' constraint gets its |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dale Johannesen | Move stripping of bitcasts in inline asm arguments |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dan Gohman | Documentation for the new non-overflow and exact keywords. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Dan Gohman | The upper argument of ConstantRange is exclusive, not... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Chris Lattner | clean up some formatting, indent by 2 instead of 4. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
David Goodwin | CMP and TST define CPSR, not use it. |
commit | commitdiff | tree | snapshot |
next |