2011-02-25 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Cameron Zwarich | Set NumSignBits to 1 if KnownZero/KnownOne are being... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Cameron Zwarich | We only want to zero extend the existing information... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Jakob Stoklund... | Try harder to get the hint by preferring to evict hint... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Evan Cheng | Each prologue may have multiple vpush instructions... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Benjamin Kramer | SimplifyCFG: GEPs with just one non-constant index... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Jakob Stoklund... | Tweak the register allocator priority queue some more. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Nick Lewycky | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Benjamin Kramer | SimplifyCFG: GEPs with constant indices are cheap enoug... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Joerg Sonnenberger | Restore r125595 (reverted in r126336) with modifications: |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | remove command line option debugging hook. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | In utils/TableGen/ClangSACheckersEmitter.cpp, set the... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rafael Espindola | Switch LTO to use MC. This takes the linking of libxul... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Devang Patel | Enable DebugInfo support for COFF object files. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Nadav Rotem | Enable support for vector sext and trunc: |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rafael Espindola | Fix llvm-gcc bootstrap with gnu ld. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Devang Patel | Remove obsolete tests. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Devang Patel | Move arch specific tests in arch specific directories. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Devang Patel | Do not use DIFactory. Use DIBuilder. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Devang Patel | Do not use DIFactory. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Richard Osborne | Add XCore intrinsic for eeu instruction. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
NAKAMURA Takumi | test/lit.cfg: Add PATHEXT to 'substitution', to recogni... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Duncan Sands | Rewrite the vector part of getExtendedTypeAction to... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Benjamin Kramer | Plug some leaks in edis. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Merge information about the number of zero, one, and... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Add a getNumSignBits() method to APInt. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Add a mechanism for invalidating the LiveOutInfo of... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Track blocks visited in reverse postorder. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Refactor the LiveOutInfo interface into a few methods... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Cameron Zwarich | Have isel visit blocks in reverse postorder rather... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | wire TargetLibraryInfo into simplify libcalls and use... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | move a massive amount of code out into its own helper... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | change instcombine to not turn a call to non-varargs... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Evan Cheng | Fix bug in X86 folding / unfolding table. Int_CMPSDrm... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Jakob Stoklund... | Use the same spill slot for all live ranges that descen... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Michael J.... | Depricate PathV1::isAbsolute. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Devang Patel | Use DW_FORM_data2 for DW_AT_language and let users... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Devang Patel | Check only relevant strings in output to increase stabi... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jim Grosbach | Remove file. Previous commit deleted content, but left... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jim Grosbach | Revert r125595, which is an X86-only undocumented assem... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Rafael Espindola | Put in the symbol table symbols only used in a .globl... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for clre instruction. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Richard Osborne | Add llvm.xcore.waitevent intrinsic. The effect of this... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jakob Stoklund... | It is safe to ignore LastSplitPoint when the variable... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for the setv instruction. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Richard Osborne | Fix format for setc instruction. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for settw instruction. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Frits van Bommel | Implement TODO for implicit C-array-to-ArrayRef conversion. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Oscar Fuentes | Export TARGET_TRIPLE on LLVM.cmake. It is necessary... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Sean Callanan | Fixed a bug in the enhanced disassembler that caused |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Sean Callanan | Fixed a bug in the enhanced disassembly tester that |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Evan Cheng | Change VFPNeonA8 definition to make the code easier... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Stuart Hastings | Omit private_extern declarations of extern symbols... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Evan Cheng | More fcopysign correctness and performance fix. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jakob Stoklund... | Keep track of how many times a live range has been... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jakob Stoklund... | Fix a bug in determining if there is only a single... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Jakob Stoklund... | Be more aggressive about evicting interference. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
David Greene | [AVX] General VUNPCKL codegen support. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
David Greene | Fix Builder::execute() to more properly pass the desire... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Jakob Stoklund... | Change the RAGreedy register assignment order so large... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Jakob Stoklund... | 80 Col. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Lewycky | Fix C++0x incompatibility. The signature of std::make_p... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Cameron Zwarich | Make LoopDeletion work on loops with multiple edges... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Joerg Sonnenberger | Use the same (%dx) hack for in[bwl] as for out[bwl]. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Evan Cheng | VFP single precision arith instructions can go down... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Devang Patel | Follow LLVM coding style. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Roman Divacky | Stack alignment is 16 bytes on FreeBSD/i386 too. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Joerg Sonnenberger | Bug#9172: Don't use static in file scope, use an attrib... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Oscar Fuentes | CMake: remove unnecessary variable. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Cameron Zwarich | MachineConstantPoolValues are not uniqued, so they... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | Relax expressions and add explicit triplets -linux... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
NAKAMURA Takumi | test/CodeGen/X86/red-zone.ll: Add explicit -mtriple... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Evan Cheng | Guard against de-referencing MBB.end(). |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Evan Cheng | available_externally (hidden or not) GVs are always... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Andrew Trick | VirtRegRewriter assertion fix. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Cameron Zwarich | Roll out r126169 and r126170 in an attempt to fix the... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Sean Callanan | Added a testcase for the enhanced disassembly bug |
commit | commitdiff | tree | snapshot |
next |