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 |
2009-09-15 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Daniel Dunbar | lit: When finding nested test suites, check first in... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Nate Begeman | Better solution for tracking both the original alignmen... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Jim Grosbach | Correct comment pasto |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Sean Callanan | Added a new register class for segment registers |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dale Johannesen | Change the marker byte for stubs from 0xcd to 0xce... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | fix PR4984 by ensuring that fastisel adds properly... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | add missing file |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Bob Wilson | Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Sandeep Patel | Fix superreg use in ARMAsmPrinter. Approved by Anton... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | several major improvements to the sparc backend: suppor... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Teach ValueTracking how to look through GlobalAliases... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Fix an accidental inversion of the inbounds flag. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | When a constant's type is refined, update the constant... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Use llvm-link -S instead of using llvm-dis. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Give llvm-link a -S option. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Don't bother using a PassManager just to print a Module. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Restore a comment that was lost in the merge. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Dan Gohman | Fix apostrophos. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Nick Lewycky | Add more newlines to make up for the ones removed from... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Evan Cheng | Another try at early partial coalescing. Identity phi... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Nick Lewycky | Forbid arrays of function-type and structures with... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | fix PR4963: folding insertvalue would sometimes turn... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Chris Lattner | add a new CallGraphNode::replaceCallEdge method and... |
commit | commitdiff | tree | snapshot |
next |