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 |
2010-04-01 |
Erick Tryzelaar | There are no known O'Caml problems at the moment. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | update cmakefile. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | Add a new "NewDebugLoc" class which will eventually... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Jim Grosbach | vml[as] are slow on 1136jf-s also. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bill Wendling | Reapply r100056. It doesn't look like it's the one... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Mikhail Glushenkov | Pass -m32/-m64 to assembler. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Revert r100056. It was causing a failure on MSVC. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Stuart Hastings | Reverting 100048; it broke two Frontend debug info... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Rewrite CorrectExtraCFGEdges() to make it more understa... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bob Wilson | Add a redundant PHI testcase for SSAUpdater to go with... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Stuart Hastings | Debug info can now properly represent functions inside... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bob Wilson | Rewrite part of the SSAUpdater to be more careful about... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Dale Johannesen | Fix a nasty dangling-pointer heisenbug that could |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Gabor Greif | testcase for r99914, provided by baldrick! |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation, minor cleanups. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | Reduce string trashing. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Use spaces, not tabs |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Comment the changes for r98218 and friends inside the... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | lit: Make sure to close any files we open as part of... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Comment the changes for r98218 and friends inside the... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Fix PR6750. Don't try to merge a DomainValue with itself. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | s/getNameStr/getName/ |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | Bump SmallString size a bit to avoid malloc trashing. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Torok Edwin | AddSignalHandler was not releasing the critical section... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Nick Lewycky | Small fixes to this documentation. Remove mention of... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | microoptimize this hot method, also making it more |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | MI != 0 is checked in the assert right above this. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | use the isDebugValue() predicate and pop_back_val() |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | assert is a function-like macro, not a control flow... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Duncan Sands | Correct comment. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation, fit in 80 cols and various other... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | fix file header. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | use the optimized debug info apis in sdisel. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | make irbuilder use the new optimized debug info accessors. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | add new apis for getting/setting !dbg metadata on |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Replace V_SET0 with variants for each SSE execution... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Fix typo. Thank you, valgrind. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Not all platforms start symbols with _ |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | Fix a major source of compile-time slowness at -O0... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Enable -sse-domain-fix by default. Now with tests! |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | V_SETALLONES is an integer instruction. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Renumber SSE execution domains for better code size. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Devang Patel | Ignore invalid metadata. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Revert "Enable -sse-domain-fix by default. What could... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Enable -sse-domain-fix by default. What could possibly... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | move some method definitions to files that make sense. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | Introduce SpecificBumpPtrAllocator, a wrapper for BumpP... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Typo noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dan Gohman | Fix a grammaro. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Add cross-block inference to SSEDomainFix. |
commit | commitdiff | tree | snapshot |
next |