2012-10-08 |
Adhemerval... | PowerPC: Fix object creation with PPC::MTCRF8 instruction |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Adhemerval... | Add floating-point to and from integer conversion |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Fix the ocaml binding breakage from TargetData -> DataL... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
James Molloy | Some regression tests which are testing the old jit... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Craig Topper | Remove unused MachineInstr constructors that don't... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Craig Topper | Fix indentation. Remove 'else' after return. No functio... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Sean Silva | Silence Sphinx warnings. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Benjamin Kramer | X86: fcmov doesn't handle all possible EFLAGS, fall... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Bill Wendling | Move more methods out-of-line. This is in preparation... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Bill Wendling | Sphinxify the GettinStarted documentation. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Bill Wendling | Sphinxify the ExtendingLLVM documentation. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Bill Wendling | Sphinxify the compiler writer info documentation. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Bob Wilson | Make sure always-inline functions get inlined. <rdar... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Rafael Espindola | Document MapVector. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Jack Carter | Adding support for instructions mfc0, mfc2, mtc0, mtc2 |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Jack Carter | Minor changes based on post commit review: |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jack Carter | Minor changes based on post commit review: |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Bill Schmidt | This patch splits apart PPCISelLowering::LowerFormalArg... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Dmitri Gribenko | HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Dmitri Gribenko | GoldPlugin.rst: minor typesetting fixes. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Benjamin Kramer | Remove unused but set variable flagged by GCC. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Chad Rosier | [ms-inline asm] Add a comment describing the MapAndCons... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Chad Rosier | [ms-inline asm] Add a few typedefs to simplify future... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Reed Kotler | Patch for integer multiply, signed/unsigned, long/long... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Benjamin Kramer | Simplify code, don't or a bool with an uint64_t. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Benjamin Kramer | Remove empty file. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Chad Rosier | Remove extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Micah Villmow | Implement TargetData with the DataLayout class, this... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Hemant Kulkarni | Add ELF program header. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Will Schmidt | - Mark the BCC and BLR defs as isCodeGenOnly per error... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Adhemerval... | Add PowerPC64 definitions for ELF.h |
commit | commitdiff | tree | snapshot |
2012-10-05 |
NAKAMURA Takumi | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
NAKAMURA Takumi | lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
NAKAMURA Takumi | [CMake] Enhance add_llvm_external_project. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
NAKAMURA Takumi | SROA.cpp: Fix a warning, [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Rafael Espindola | Convert to unix line endings. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Duncan Sands | Move this test a bit later, after the point at which... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Bill Wendling | Move methods out-of-line. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Bill Wendling | Use method to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Craig Topper | Remove some encoding bits I forgot to remove from SETB_... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Craig Topper | Move expansion of SETB_C(8/16/32/64)r from MCInstLower... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Sean Silva | docs: Add HowToSetUpLLVMStyleRTTI.rst. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Sean Silva | tblgen: Use appropriate LLVM-style RTTI functions. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Sean Silva | tblgen: Replace uses of dynamic_cast<XXXRecTy> with... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Sean Silva | tblgen: Put dyn_cast<> infrastructure in place for... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Eli Friedman | Make sure to generate the right kind of MDNode for... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Evan Cheng | Follow up to r165072. Try a different approach: only... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Chandler Carruth | Teach the new SROA a new trick. Now we zap any memcpy... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Chandler Carruth | Lift the speculation visitor above all the helpers... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Bill Wendling | Use -object_path_lto when linking executables if buildi... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chad Rosier | [ms-inline asm] Add support for parsing [Intel dialect... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Rename the Target specific passes in the DataLayout... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Nadav Rotem | When merging connsecutive stores, use vectors to store... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Resubmit the copying of TargetData to DataLayout withou... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Preston Gurd | This patch corrects commit 165126 by using an integer... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jim Grosbach | ARM: locate user-defined text sections next to default... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Backing out my changes, something screwed up from my... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Rename TargetData to DataLayout in DataLayout.cpp.... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Eric Christopher | Update this a bit more to represent how the prologue... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Create the DataLayout class, as a direct copy of Target... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Kaylor | Adding MCJIT and MemoryBuffer unit tests |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | Accidently checked in the files, only wanted to copy... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Micah Villmow | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Michael Liao | Add register encoding support in X86 backend |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jakub Staszak | Fix doxygen comment to match parameters' names. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jakub Staszak | Add a comment to the commit r165187. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Will Schmidt | - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jakob Stoklund... | Get MCSchedModel directly from the subtarget. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jakob Stoklund... | Switch MachineTraceMetrics to the new TargetSchedModel... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Will Schmidt | test commit / whitespace |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | SimplifyCFG: Enhance the "remove CFG edge that leads... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | In my recent change to avoid use of underaligned memory... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | The alignment of an sret parameter is known: it must... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Hoist some grossly duplicated code from the COFF/ELF... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | Fix wrong name in comment. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chandler Carruth | Fix PR13969, a mini-phase-ordering issue with the new... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Duncan Sands | The memcpy optimizer was happily doing call slot forwar... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chandler Carruth | Teach the integer-promotion rewrite strategy to be... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query if there are attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Add method to query for NoCapture attribute. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for NoAlias attribute. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use attribute query methods. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Add method to query for 'NoAlias' attribute on call... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use method to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Query for attributes via the correct method call. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Wendling | Use new accessor methods to query for attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Kostya Serebryany | [tsan] add 3 internal flags for fine-grain control... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Craig Topper | Remove template from function that is only used with... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Fix reg mask slot test, and preserve LiveIntervals... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | docs: Fix typo on front page |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jack Carter | Implement methods that enable expansion of load immediate |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | docs: Sphinxify GoldPlugin document. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jack Carter | This patch is a partial implementation of mips .set... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Sean Silva | tblgen: Whitespace and 80-col cleanup. |
commit | commitdiff | tree | snapshot |
next |