2010-04-03 |
Chris Lattner | rename PH -> PN to be consistent with WeakPN and the... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | improve comment and drop a dead check. If PH had |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | strength reduce a ridiculous use of APInt. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | rename stuff improve comment grammar. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | simplify some code and resolve a fixme. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | There is no guarantee that the increment and the branch |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | first half of a pass through IndVarSimplify::HandleFloa... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | don't internalize available_externally functions, they are |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chandler Carruth | Fix a warning in GCC about a pointless typedef. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chandler Carruth | Add the new ARMDecodeEmitter to CMake build. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Get rid of the middleman (ARMAlgorithm), which causes... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Bob Wilson | Revert all my SSAUpdater patches. The PHI placement... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Bob Wilson | Add a DEBUG_TYPE for the SSAUpdater. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Evan Cheng | Code refactoring. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | Add special case bitcode support for DebugLoc. This... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mikhail Glushenkov | Pass -shared to the linker. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Register ARMAlgorithm::DoCleanup() to be called on... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add a couple missing enum names. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Rewrite aesimc handling. It only takes a single input... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Fix another build warning. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Fix typo aeskeygenassist -> aeskeygenassist128. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
David Greene | Ok, third time's the charm. No changes from last time... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Move variable "Bits" declaration/definition into the... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Fixed build warning. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Change from .../Support/DataTypes.h to .../System/DataT... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Sean Callanan | Added support for reporting operand token ranges |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Separate out the AES-NI instructions from the SSE4... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dale Johannesen | Skip debug info when looking for existing EH calls... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Sean Callanan | Fixes to the X86 disassembler. The disassembler will now |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Kramer | Fix anachronism. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | DebugInfoFinder::processModule was foiling my plot by |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | fix the llvm-x86_64-linux buildbot. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | remove empty file. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | remove compatibility typedef. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | rename NewDebugLoc -> DebugLoc, prune #includes in... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | remove uses of DebugLoc::getUnknownLoc. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | include densemap.h explicitly and rearrange #includes. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | stop using DebugLoc::getUnknownLoc() |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | use DebugLoc default ctor instead of DebugLoc::getUnkno... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | Switch the code generator (except the JIT) onto the... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Evan Cheng | Correctly lower memset / memcpy of undef. It should... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Evan Cheng | Revert 100204. It broke a bunch of tests and apparently... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Kramer | Update CMake. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
David Greene | Let's try this again. Re-apply 100143 including an... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Manually notify ScalarEvolution before making an operan... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Torok Edwin | Fix SpecificBumpPtrAllocator iteration. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Duncan Sands | Add notes about dragonegg. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Bob Wilson | Recommit 100158 now that the buildbots are happy again. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Remove FIXME - if there's a better way to do this it... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Revert the recent alignment changes. They're broken... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Evan Cheng | After trivial coalescing, the MI being visited may... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dale Johannesen | Teach AnalyzeBranch, RemoveBranch and the branch |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chandler Carruth | Disambiguate conditional expression for newer GCCs. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Remove this initializer so that the optimizer doesn... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Update this test for the new preferred alignment heuris... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Bob Wilson | Revert 100158 in case it is causing some of the buildbo... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Sean Callanan | Updated the install location for EnhancedDisassembly |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Change variables which are exactly 16 bytes to be 16... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | Make globalopt refine global variable alignment. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Bob Wilson | Check for terminating conditions before adding PHIs... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Gabor Greif | remove these merge-tracking properties as they |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Dan Gohman | If the bitcode reader input stream isn't a multiple... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bob Wilson | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bob Wilson | Rewrite another SSAUpdater function to avoid recursion. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | Revert r100143. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Devang Patel | Revert r100117. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
David Greene | Add some switches helpful for debugging: |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | In 64-bit mode, use i64 to lower memcpy / memset instea... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Devang Patel | Do not eagerly record known previous location. DBG_VALU... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | Skip checking preferred alignment of GVs defined in... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | Add comments about DstAlign and SrcAlign. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bob Wilson | Change another SSAUpdater function to avoid recursion. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bob Wilson | Simplify the code to check for existing PHIs, now that... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bob Wilson | The SSAUpdater should avoid recursive traversals of... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | - Avoid using floating point stores to implement memset... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Devang Patel | Skip instructions until new scope is seen. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Devang Patel | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Benjamin Kramer | Remove accidental include and add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Benjamin Kramer | Various improvements to MemoryBuffer::getFile: |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | Add -mcpu to memcpy / memset tests to ensure they behav... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Gabor Greif | Introduce ImmutableCallSite, useful for contexts where... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Nick Lewycky | Clean up this file a little, no functionality change... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | switch IRBuilder to use NewDebugLoc for locations instead |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | add comments, don't require inlined-at to be specified. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | Fix sdisel memcpy, memset, memmove lowering: |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Evan Cheng | Nehalem unaligned memory access is fast. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | Switch the representation of the location in instructio... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | include header. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | rewrite handling of forward ref'd instruction metadata |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | change this from using '!dbg' to using '!dbgx'. The |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | fix a bug in DebugRecVH::deleted/allUsesReplacedWith... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | no really, we don't need to copy strings around in... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | eliminate a temporary smallvector |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | add a method to decode a DILocation into a NewDebugLoc. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | Add aeskeygenassist intrinsic and rename all of the... |
commit | commitdiff | tree | snapshot |
next |