2009-06-04 |
Dale Johannesen | For XTARGET to work on targets not in the list, |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Dan Gohman | Check in test changes that I accidentally left out... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Douglas Gregor | Properly detect malloc_zone_statistics in CMake build... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Dan Gohman | Don't do the X * 0.0 -> 0.0 transformation in instcombi... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Dan Gohman | Fix comments. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Torok Edwin | --plugin is not needed for bfd anymore. Update docs. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Sanjiv Gupta | Remove unused code. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Oscar Fuentes | CMake: Renamed LLVM_ENABLE_ASSERTS to |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Sanjiv Gupta | Custom lower SUB with two register operands. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Torok Edwin | Fix comments. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Torok Edwin | Add support for outputting ANSI colors to raw_fd_ostream. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Eli Friedman | PR3739, part 2: Use an explicit store to spill XMM... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Eli Friedman | PR3739, part 1: Disable the red zone on Win64. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Dan Gohman | Remove a #include of <iostream>. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Evan Cheng | Re-apply 72756 with fixes. One of those was introduced... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Lang Hames | Removed more testing code that snuck in earlier. |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Nick Kledzik | <rdar://problem/6940611> libLTO.dylib needs to let... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Bruno Cardoso... | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Stuart Hastings | Evan says it's wrong; back out 72808. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Nick Kledzik | <rdar://problem/6941517> C++ static constructors not... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Daniel Dunbar | Change LTO to run the global opt pass twice. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Eli Friedman | PR4317: Handle splits where the new block is unreachabl... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Stuart Hastings | Recognize another euphemism for MOVDQ2Q. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Evan Cheng | For Darwin / x86_64, override -relocation-model=static... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Daniel Dunbar | Add createStandardLTOPasses to StandardPasses.h, and... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Convert Alpha and Mips to use a MachineFunctionInfo... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Remove the redundant TM member from X86DAGToDAGISel... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Don't attempt to simplify an non-affine IV expression... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Mike Stump | Make the buildbot see green (to make it easier to spot... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Daniel Dunbar | Switch opt to using StandardPasses.h |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Daniel Dunbar | Remove some silly code. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Daniel Dunbar | Add StandardPasses.h which embeds the standard compilat... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruno Cardoso... | Move ELFCodeEmiter stuff to new files |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruno Cardoso... | Revert 72650 |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Remove unnecessary #includes. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Sanjiv Gupta | Emit file directives correctly in case of a .bc is... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Torok Edwin | lets not forget about c++! |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Sanjiv Gupta | FrameIndex could be used as a value (addressof (arg... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Oscar Fuentes | CMake: Added missing source file to lib/CodeGen/CMakeLi... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Oscar Fuentes | CMake: Implements and documents option LLVM_ENABLE_ASSERTS. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Torok Edwin | Document how easy it is to use the gold plugin and... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Sanjiv Gupta | Fixed a bug in which signed comparisons were being... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Duncan Sands | Avoid a warning "'U' might be used uninitialized in |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Duncan Sands | At a newline at the end of this file. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Jay Foad | Document how phi and invoke instructions interact with... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Evan Cheng | Fix for PR4225: When rewriter reuse a value in a physic... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Evan Cheng | Temporarily revert 72756 for now. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Evan Cheng | Fold preceding / trailing base inc / dec into the singl... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Evan Cheng | If there is a def of a super-register followed by a... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruno Cardoso... | Move structures and classes into header files, providin... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Revert r72734. The Darwin assembler doesn't support... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dan Gohman | Change TargetFolder's TD member from a reference to a |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Dan Gohman | Change ConstantFoldConstantExpression to accept a null |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Dan Gohman | Delete an unnecessary forward declaration. |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Dan Gohman | Fix CodeGenPrepare's address-mode sinking to handle... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Daniel Dunbar | NightlyTest: Stop running a separate Olden pass during... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Torok Edwin | fix build on VC++2k8. |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Lang Hames | Fixed warning, removed some temporary validation code... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Evan Cheng | On Darwin x86_64 small code model doesn't guarantee... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Owen Anderson | Undef MemoryFence when compiling on MSVC. |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Devang Patel | Simplify assertion message to avoid confusion. |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Lang Hames | Update to in-place spilling framework. Includes live... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Dale Johannesen | Revert 72707 and 72709, for the moment. |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Evan Cheng | Avoid infinite looping in AllGlobalLoadUsesSimpleEnough... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Dale Johannesen | Add missing file. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Nick Kledzik | update comments about .objc_ symbols being generated |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Dale Johannesen | Make the implicit inputs and outputs of target-independent |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Dale Johannesen | Comment grammaro/clarification. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Dale Johannesen | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Mike Stump | Dcoument that the opauque value used to construct QNaNs... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Nick Kledzik | <rdar://problem/6927148> libLTO needs to handle i386... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Bill Wendling | Accidental commit. This isn't ready for prime time... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Anton Korobeynikov | Implement review feedback. Make thumb2 'normal' subtarg... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Bruno Cardoso... | Fix new CodeEmitter stuff to follow LLVM codying style... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Anton Korobeynikov | Do not emit "generic" CPU string. This fixes PR4291. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Eli Friedman | PR4286: Make RewriteLoadUserOfWholeAlloca and |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Nick Lewycky | Update the bitcode reader to support reading .bc files... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Nick Lewycky | Add missing codenames to the .bc analyzer. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Dan Gohman | Fix a grammaro and clarify a comment. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Dan Gohman | Delete an obsolete sentance from a comment. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Dan Gohman | Fix the name of the function in this comment. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Owen Anderson | Be more aggressive in doing LoadPRE by tracing backward... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Nick Lewycky | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Duncan Sands | Rename CustomLowerResults to CustomLowerNode, since |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Bruno Cardoso... | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Bruno Cardoso... | Add AMD64 elf machine type |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Bruno Cardoso... | First patch in the direction of splitting MachineCodeEm... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Chris Lattner | fix PR4284, a bug in simplifylibcalls handling memcmp... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Nick Lewycky | Metadata uses metadata type not empty struct. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Mike Stump | Add some documentation. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Duncan Sands | Adjust these tests now that "extern inline" |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Evan Cheng | (i64 (zext (srl GR32 8))) -> movzbl AH is not safe... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Nick Lewycky | Give embedded metadata its own type instead of relying... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Mike Stump | Add support for letting the client choose different... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Bill Wendling | Untabification. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Bill Wendling | Untabify. |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Evan Cheng | Untabify. |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Anton Korobeynikov | Add placeholder for thumb2 stuff |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Bill Wendling | Enable GVN Load PRE. |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Duncan Sands | Dan noticed that the verifier wasn't thoroughly checkin... |
commit | commitdiff | tree | snapshot |
next |