2012-10-09 |
Bill Wendling | Move the 'FunctionOnly' attributes thingy inside of... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Douglas Gregor | Not everyone uses C++11, apparently |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Douglas Gregor | Allow MapVector clients to specify the map and vector... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Michael Ilseman | More descriptive, doxygen-ed comments |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Sean Silva | tblgen: Remove pointless method call. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Michael Ilseman | New EarlyCSE tests for CSE-ing across commutativity. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Michael Ilseman | Update EarlyCSE's SimpleValues to use Hashing.h for... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Michael Ilseman | New value_op_iterator for User. This allows other code... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
David Chisnall | Improvements to MIPS64 assembler: |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Micah Villmow | Add in the first step of the multiple pointer support... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Alexey Samsonov | Fixup for r165490: Use DenseMap instead of std::map... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Move the 'ParameterOnly' variable inside of the Attribu... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove the now dead VarArgsIncompatible variable. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use the enum value of the attributes when removing... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use the enum value of the attributes when adding them... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Alexey Samsonov | Fix PR14016. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Create enums for the different attributes. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove some dead methods. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove ifdef'd code. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Craig Topper | Separate AVXCC and SSECC printing for cmpps/pd/ss/sd... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
NAKAMURA Takumi | Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Craig Topper | In parseMSRMaskOperand, add an explicit check for the... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Craig Topper | Remove some dead code from ARMAsmPrinter. Add virtual... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Craig Topper | Remove some unused code in the X86AsmPrinter. Add LLVM_... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Chandler Carruth | Fix PR14034, an infloop / heap corruption / crash bug... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Nadav Rotem | whitespace |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Sean Silva | Move misplaced comment. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove a couple more 'hasAttrSomewhere' calls. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Fix. Apply the no capture attribute to the correct... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Convert to using the Attributes::Builder class to creat... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use an iterator and proper query method instead of... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove more uses of the attribute enums by supplying... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Convert to using the Attributes::Builder interface. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Fix up comment to be more clear. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Update comment. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Use the Attributes::Builder to build the attributes... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Nadav Rotem | Use DataTypes.h |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Nadav Rotem | Refactor the AddrMode class out of TLI to its own heade... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Convert the LLVM parser over to using the new Attribute... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Nick Lewycky | Give CaptureTracker::shouldExplore a base implementatio... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Jakob Stoklund... | Don't crash on extra evil irreducible control flow. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Begin the transition to using the AttributesImpl object... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Add names for the accelerator table sections so that... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Bill Wendling | Use a special path to place the .o files in. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Fixup comment. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Eric Christopher | Fixup comments. |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Adhemerval... | PR12716: PPC crashes on vector compare |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Andrew Trick | misched: remove the unused getSpecialAddressLatency... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Andrew Trick | misched: remove forceUnitLatencies. Defaults are handle... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Andrew Trick | misched: avoid scheduling an instruction twice. |
commit | commitdiff | tree | snapshot |
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 |
next |