2012-10-10 |
Andrew Kaylor | Cosmetic changes |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Andrew Kaylor | This patch adds new functions to the SectionRef and... |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Akira Hatanaka | Implement MipsTargetLowering::CanLowerReturn. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bob Wilson | Revert "Use a special path to place the .o files in." |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Michael Liao | Add extra vim swap file pattern |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Evan Cheng | When expanding atomic load arith instructions, do not... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Andrew Trick | misched: Add computeInstrLatency to TargetSchedModel. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Andrew Trick | misched: Doxument the TargetSchedule API. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Andrew Trick | misched: Allow flags to disable hasInstrSchedModel... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Andrew Trick | misched: Remove LoopDependencies heuristic. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use the attribute builder to add attributes to call... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Jack Carter | Initial assembler implementation of Mips load address... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Douglas Gregor | Add count() method to MapVector |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Micah Villmow | Add in some interfaces that will allow easier access... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use the attribute enums to query if a function has... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use the attribute enums to query if a parameter has... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Revert r165547 to fix build. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use a single location for calculating the alignments. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Sean Silva | tblgen: Rename handleDependencies -> createDependencyFile |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Remove this now unused variable macro. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Sean Silva | tblgen: Move dependency file output to a separate function. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Use appropriate method calls to get the alignment value. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Bill Wendling | Inline the checks for mutually exclusive attributes... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Rafael Espindola | Enable response files in all tools. Patch by Liu, Yaxun... |
commit | commitdiff | tree | snapshot |
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 |
next |