2009-07-22 |
Devang Patel | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sanjiv Gupta | Added -b option to override the default bitcode output... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Use isa<> instead of dyn_cast<>. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Add replaceAllUsesWith() to FE replace debug info const... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Do not print "metadata" twice while printing MDString. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Remove empty test. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Eliminate a redudant check Eli pointed out. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sanjiv Gupta | Fixed build warning. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Support writing a StringRef to a raw_ostream directly. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix some wording problems Daniel pointed out, make... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | doxygenify |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix typo noticed by Duncan |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ryan Flynn | cast signed APInt constructor params to uint64_t to... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Duncan Sands | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Richard Osborne | Thread local globals don't require special handling... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Torok Edwin | Remove a comment that was copy+pasted from the wrong... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Duncan Sands | Revert commit 76707, it was breaking the llvm-gcc build |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Don't give a massive inlining cost bonus to available_e... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Don't forget D16 - D31 are clobbered by calls and sjlj eh. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Add R12 to the list of registers clobbered by 16-bit... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Fix a obvious copy-n-paste bug. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Get rid one of the getRegisterNumbering. Also add D16... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | remove Bill from the author list: his contribution... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | add some more topics to the coding standards doc: |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Attempt to fix BuildBot breakage with MSVC. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix some formatting stuff, patch by Edward O'Callaghan! |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eric Christopher | Remove intrinsic support for __builtin_ia32_vec_set_v16... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Add support for MMX VSETCC. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sean Callanan | Added the unconditional JMP with an 8-bit relocation... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Add an entry. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | inline the two MergeableConstSection implementations... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | set the ELF "small" flag on objects that end up in... |
commit | commitdiff | tree | snapshot |
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 |
next |