index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-11-24
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-23
CodeGenPrepare: Move ret duplication out of the instruction iteration loop.
Benjamin Kramer
2012-11-23
Refactor a bit to make some helper functions static.
Craig Topper
2012-11-23
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
Rafael Espindola
2012-11-23
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
Update call to the new syntax.
Bill Wendling
2012-11-23
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-23
Cleanup: Simplify loop end logic in computeRegisterProperties().
Patrik Hägglund
2012-11-22
Added me as the owner of the Sparc backend
Venkatraman Govindaraju
2012-11-22
Mark me as the owner of the gold plugin.
Rafael Espindola
2012-11-22
Add more functions to the target library information.
Meador Inge
2012-11-22
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...
NAKAMURA Takumi
2012-11-22
Fix 80-col violation
Eli Bendersky
2012-11-22
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...
NAKAMURA Takumi
2012-11-22
Documentation: convert SourceLevelDebugging.html to reST
Dmitri Gribenko
2012-11-22
Remove 'sretpromotion' pass from the documentation. This pass is long
Chandler Carruth
2012-11-22
Generalize matching of add_executable to add_XXX_executable.
Ted Kremenek
2012-11-22
llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
Lang Hames
2012-11-22
[asan] rip off the creation of global redzones from the main AddressSanitizer...
Kostya Serebryany
2012-11-22
Pull some code out into functions to make rearranging them a bit easier.
Eric Christopher
2012-11-21
Corrects a problem where we reply exclusively of GEPs to drive
Preston Briggs
2012-11-21
Mips direct object xgot support
Jack Carter
2012-11-21
Fix a typo in FileCheck.rst
Eli Bendersky
2012-11-21
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
Akira Hatanaka
2012-11-21
[mips] Add helper functions that create nodes for computing address.
Akira Hatanaka
2012-11-21
[mips] Add command line option "-mxgot".
Akira Hatanaka
2012-11-21
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
Akira Hatanaka
2012-11-21
Add new predicates for the immediate operands.
Jyotsna Verma
2012-11-21
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-11-21
Use one common 'let' expression to set PrintMethod for all immediate operands.
Jyotsna Verma
2012-11-21
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
test commit: added a few comments
Preston Briggs
2012-11-21
Implementing basic function-level profiling support in IntelJITEventListener.
Andrew Kaylor
2012-11-21
Add support for varargs functions for msp430.
Anton Korobeynikov
2012-11-21
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
Finish the renaming.
Rafael Espindola
2012-11-21
Renamed HexagonImmediates.td -> HexagonOperands.td.
Jyotsna Verma
2012-11-21
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
NAKAMURA Takumi
2012-11-21
Using "not grep" is brittle as the test passes if llvm-as fails.
Rafael Espindola
2012-11-21
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
Fix execution domain for packed FMA4 instructions.
Craig Topper
2012-11-21
Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...
Craig Topper
2012-11-21
Make calcLiveInMask method static.
Jakub Staszak
2012-11-21
Make isScratchReg and isFPCopy methods static.
Jakub Staszak
2012-11-21
Whitespace.
Eric Christopher
[next]