2011-02-27 |
Rafael Espindola | bfd was fixed, remove the work around. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Benjamin Kramer | Silence enum conversion warnings. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Duncan Sands | Legalize support for fpextend of vector. PR9309. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Duncan Sands | Fix typo pointed out in pr9339. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Oscar Fuentes | Install include/llvm/Support/LICENSE.TXT. PR9321. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
NAKAMURA Takumi | Target/X86: Always emit "push/pop GPRs" in prologue... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Cameron Zwarich | Fix PR9324 / <rdar://problem/9052489> by handling the... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Cameron Zwarich | Give a test file a more sensible name so that it can... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Nadav Rotem | Fix typos in the comments. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Tobias Grosser | RegionPrinter: Ignore back edges when layouting the... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Tobias Grosser | cmake: Add xdot.py support as it already exists in... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Tobias Grosser | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Daniel Dunbar | Support: Add llvm::AreStatisticsEnabled(). |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Benjamin Kramer | Add some DAGCombines for (adde 0, 0, glue), which are... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Rafael Espindola | LTO uses MC now. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Bill Wendling | A new TableGen feature! (Not turned on just yet.) |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Bob Wilson | Removed unnecessary dylibs from Apple builds, with... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Bob Wilson | Add a new "Embedded" makefile target for Apple-style... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Stuart Hastings | Fix bad comment marker. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Owen Anderson | Allow targets to specify a the type of the RHS of a... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
David Greene | Add some options for building LLVM in different environ... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Stuart Hastings | Omit lto.h from the llvmCore result; henceforth, this... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chris Lattner | split this test into arch specific pieces, so the ARM |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Cameron Zwarich | Roll out r126425 and r126450 to see if it fixes the... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Benjamin Kramer | Revert "SimplifyCFG: GEPs with just one non-constant... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Nick Lewycky | Update the NoFolder to work with current IRBuilder. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Bob Wilson | Add patterns to use post-increment addressing for Neon... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Jim Grosbach | Fix formatting of debug helper string. |
commit | commitdiff | tree | snapshot |
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 |
next |