2014-01-12 |
Chandler Carruth | [PM] Run clang-format and remove redundant or obvious... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Chandler Carruth | [PM] Rename the IR printing pass header to a more gener... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Chandler Carruth | [PM] Un-indent this file-level namespace. It's far... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Chandler Carruth | [PM] Fix a bunch of bugs I spotted by inspection when... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Chandler Carruth | [PM] Add support for parsing function passes and functi... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Saleem Abdulrasool | ARM IAS: fix diagnostics of improper qualification |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Venkatraman... | [Sparc] Add support for parsing floating point instruct... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Saleem Abdulrasool | ARM: change implicit immediate forms of {ld,st}r{,b... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Venkatraman... | [Sparc] Replace (unsigned)-1 with ~OU as suggested... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jakob Stoklund... | The SPARCv9 ABI returns a float in %f0. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Joerg Sonnenberger | Typo |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Joerg Sonnenberger | Add missing mul aliases for armv4 support. Add checks... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Hans Wennborg | Switch-to-lookup tables: Don't require a result for... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Venkatraman... | [Sparc] Add missing processor types: v7 and niagara |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Saleem Abdulrasool | ARM IAS: support emitting constant values in target... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Benjamin Kramer | Fix broken CHECK lines. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Arnold Schwaighofer | LoopVectorizer: Enable strided memory accesses versioni... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Venkatraman... | [Sparc] Bundle instruction with delay slow and its... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Alp Toker | lit: Provide source locations in cfg files with older... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Alp Toker | Fix 'ned' typo in doc comment |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Alp Toker | lit: execfile() isn't present in Python 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Chandler Carruth | [PM] Actually nest pass managers correctly when parsing... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Chandler Carruth | [PM] Add names to passes under the new pass manager... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Chandler Carruth | [PM] Somehow I missed the header guards on this file... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
NAKAMURA Takumi | LoopVectorize.cpp: Appease MSC16. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
NAKAMURA Takumi | llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtripl... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Chandler Carruth | [PM] Add (very skeletal) support to opt for running... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Juergen Ributzka | [anyregcc] Fix callee-save mask for anyregcc |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Eric Christopher | Revert r198979 - accidental commit. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Eric Christopher | Reformat. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Eric Christopher | Update function name and add some helpful comments. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Eric Christopher | Fix odd whitespace. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Diego Novillo | Extend and simplify the sample profile input file. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Diego Novillo | Propagation of profile samples through the CFG. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Tom Roeder | Space formatting fix for r198966. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Roman Divacky | Constant propagate MachineInstrClassName. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Tom Roeder | Fixing build break: should be in the if statement,... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Tom Roeder | Restore the library dependency of LLVMgold on LTO;... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Rafael Espindola | Add a note about the old asm printer being removed. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Rafael Espindola | All backends use MC now. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Rafael Espindola | Use the simpler version of sys::fs::remove when possible. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Rafael Espindola | Remove remove_all. A compiler has no need for recursive... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Duncan P. N... | LTO: whitespace changes |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Arnold Schwaighofer | LoopVectorizer: Handle strided memory accesses by versi... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Arnold Schwaighofer | SCEVRewriter: Optionally interpret constants in value... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Artyom Skrobov | Amending test/MC/ARM/thumb2-mclass.s to match its appar... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Artyom Skrobov | Must not produce Tag_CPU_arch_profile for pre-ARMv7... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Saleem Abdulrasool | ARM: fix regression caused by r198914 |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Kristof Beyls | Silence unused variable warning for non-asserting build... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Rafael Espindola | Use 'w' instead of 'c' to represent the win32 mangling. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Kristof Beyls | Make sure -use-init-array has intended effect on all... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | Sink add_llvm_library(gtest_main) to UnitTestMain/CMake... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remov... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | lli: Tweak CacheName not to contain DOS driveletter. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | lli: LLIObjectCache: Use llvm::sys::path to get dirname. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Kostya Serebryany | reapply r198858: Disable LeakSanitizer in TableGen... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Saleem Abdulrasool | ARM IAS: support #:{lower,upper}16: for GNU compatibility |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Saleem Abdulrasool | ARM IAS: support GNU extension for ldrd, strd |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Saleem Abdulrasool | ARM IAS: support implicit immediate 0s for {LD,ST}R... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Venkatraman... | [Sparc] Emit retl/ret instead of jmp instruction. It... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Venkatraman... | [Sparc] Add support for parsing jmpl instruction and... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
David Blaikie | Revert "Revert r198851, "Prototype of skeleton type... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Kevin Enderby | Fix a bug with the ARM thumb2 CBNZ and CBNZ instruction... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Chandler Carruth | Update the developer policy to more clearly spell out... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Justin Bogner | Bitcode: Fix a typo in an assert |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Venkatraman... | [Sparc] Multiclass for loads/stores. No functionality... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Evan Cheng | Clean up an inconsistency in v7s feature default. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Add a unit test for the copy constructor. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Alp Toker | Revert "Disable LeakSanitizer in TableGen binaries... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Nadav Rotem | Re-remove dead code. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Update example to be more idiomatic. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
NAKAMURA Takumi | Revert r198851, "Prototype of skeleton type units for... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Stepan Dyatkovskiy | Fixed old typo in ScalarEvolution, that caused wrong... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Sandiford | [SystemZ] Fix RNSBG bug introduced by r197802 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Sandiford | Handle masked rotate amounts |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Sandiford | Match the InstCombine form of rotates by X+C |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Kostya Serebryany | Disable LeakSanitizer in TableGen binaries, see PR18325 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Nadav Rotem | Revert r198819 - "Remove dead code." |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Lang Hames | Fix accidental use of the exotic "std::string::back... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Lang Hames | Add an "-object-cache-dir=<string>" option to LLI.... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | Prototype of skeleton type units for fission |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | llvm-dwarfdump: type unit dwo support |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Saleem Abdulrasool | llvm-readobj: address review comments for ARM EHABI... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Saleem Abdulrasool | llvm-readobj: fix endianness |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | DwarfDebug: Refactor out common skeleton construction... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Smith | Extend llvm::AlignedCharArrayUnion to support up to... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | Reformatting for r198842 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | DwarfUnit: Rename "Node" to "CUNode" and propagate... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | Revert "DwarfUnit: Move the DICompileUnit Node to the... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Chandler Carruth | [PM] Rename this source file to something a bit more... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Chandler Carruth | Put the functionality for printing a value to a raw_ost... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | DwarfUnit: Move the DICompileUnit Node to the DwarfComp... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Eric Christopher | Remove the test for endianness in configure.ac and... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Lang Hames | Replace fstream use with raw_fd_ostream. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
next |