2009-09-18 |
Daniel Dunbar | Fix a few more conversion warnings on 4.0 |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Mike Stump | Update to latest versions of config.guess and config... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anton Korobeynikov | Allow symbols to start from the digit if target request... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Nick Lewycky | Stop using alloca. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Xerxes Ranby | Revert r82214 completely to fix build. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Revert r82214. It broke 403.gcc on x86_64 / Darwin. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Fix a bug in sdisel switch lowering code. When it updat... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Nick Lewycky | Add newlines. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | make this testcase check darwin32 also |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | tolerate llvm.eh.selector.i64 on 32-bit systems and... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | rename file |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Julien Lerouge | Use __attribute__((__used__)) if GCC >= 3.1 (seems... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Devang Patel | A testcase! |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Devang Patel | Fix parsing of optional metadata for 'load', 'store... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
John McCall | Fix a few places where PointerIntPair was using Pointer... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | pass machinemoduleinfo down into getSymbolForDwarfGloba... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Dan Gohman | Teach ScalarEvolution how to reason about no-wrap flags... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Jim Grosbach | grammar |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Jim Grosbach | grammar |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Another try at fixing compile warnings on 4.0 |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Kramer | Initialize HasMetadata to zero. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Remove test cases using -regalloc=simple. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Evan Cheng | Remove simple regalloc. It has bit rotted. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | add a version of the APFloat constructor that initializ... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Evan Cheng | Fix PR4910: Broken logic in coalescer means when a... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Some platforms may need malloc.h for alloca. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LODS (load byte into register, usually |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | Add StringRef::{rfind, rsplit} |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LAR (load segment access rights) |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LOOP family of instructions to the Intel |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added an alternate form of register-register CMP |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | At iSel time, update DebugLoc based on debug info attac... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Add a new pass for doing late hoisting of floating... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Print debug info attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Bob Wilson | Expand vector floating-point conversions not supported... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Now that llc can read .ll files directly, teach it... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Provide a way to extract location info from DILocation. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Parse debug info attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Add an interface to attach debugging information with... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Add llvm::Metadata to manage metadata used in a context. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kevin Enderby | Fixed some problems with the logic of parsing line... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kevin Enderby | Fix incorrect assert that should be a user error for... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Change FoldPHIArgBinOpIntoPHI to decline folding if... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Fix the comment in this test. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Xerxes Ranby | Make cmake generated llvm-config output correct JIT... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Benjamin Kramer | Don't sort the vector when it is empty. This should... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Andreas Neustifter | Reapplied r81355 with the problems fixed. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Xerxes Ranby | updated lib/CodeGen/CMakeLists.txt to unbreak cmake... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Andreas Neustifter | Preserve ProfileInfo during CodeGenPrepare. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | move FnStubs/GVSTubs/HiddenGVStub handling out of the... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | revert a hunk of r82018 that wasn't supposed to go... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | add a new MachineModuleInfoMachO class, which is the... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | apparently russians are really hard to sort or something! |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | I can sort, no really. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | make more clear since it is sorted by last name now. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | Doug is now the code owner for most of the Clang frontend. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | the pointer MMI keeps will start out with object-file... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | rearrange X86ATTAsmPrinter::doFinalization, making... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | Ted is christened as the owner of the clang static... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | remove the AsmPrinter::printMCInst hook hack now that |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Shantonu Sen | fix cmake build |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | use an accessor to simplify code. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Nate Begeman | Do not try and sink a load whose chain result has more... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the ENTER instruction, which sets up a stack |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the definitions for one-bit left shifts to |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Don't sink gep operators through phi nodes if the resul... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Removed a few instructions that were already |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | Big change #1 for personality function references: |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | lit: Add a custom test format for use in clang. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | remove a dead variable. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | add a helper method for creating MCSymbol and MCSymbolR... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added a variety of floating-point and SSE instructions. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | inline AsmPrinter::getCurrentFunctionEHName into its... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Bob Wilson | Expand some more vector operations not supported by... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | remove a dead bool. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | Eliminate AsmPrinter::EmitExternalGlobal, inlining... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Bob Wilson | Neon does not support vector divide or remainder. ... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | eliminate the PPC backend's implementation of EmitExter... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | eliminate the horrid AsmPrinter::getGlobalLinkName... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Bob Wilson | Expand all v2f64 arithmetic operations for Neon. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Daniel Dunbar | Put back non-obsolete -f sections for 'opt'. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Sean Callanan | Added far return instructions (that is, returns to |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | remove some horrible MAI hooks which fortunately turn... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | strength reduce a call to PrintRelDirective(true). |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | add hooks to hang target-specific goop off MachineModul... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Nate Begeman | Do not add the SVOffset to the Node CSE ID. The same... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Eric Christopher | Expand on comment. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Sean Callanan | Updated comments per Eli's suggestion. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Bob Wilson | Convert more tests to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Sean Callanan | Added register-to-register ADD instructions to the |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Daniel Dunbar | Drop the raw_ostream required buffer size to 1. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Daniel Dunbar | Remove references to obsolete -f option. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Daniel Dunbar | Update llc/opt PODs to clarify they support .ll input. |
commit | commitdiff | tree | snapshot |
next |