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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-11-26
tsan: fix lint warnings
Dmitry Vyukov
2012-11-26
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
Fix a PassManager pointer use-after-free bug.
Zhou Sheng
2012-11-26
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-25
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
Move the max vector width to a constant parameter. No functionality change.
Nadav Rotem
2012-11-25
Fix the document style.
Nadav Rotem
2012-11-25
Refactor the ptr runtime check generation code. No functionality change.
Nadav Rotem
2012-11-25
Code Custodian:
Joe Abbey
2012-11-25
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
Move semantics are great, don't destroy the optimization opportunity with tri...
Benjamin Kramer
2012-11-25
Rename method. No functionality change.
Nadav Rotem
2012-11-25
The induction-pointer work is inspired by a research paper. This commit adds ...
Nadav Rotem
2012-11-25
Add support for pointer induction variables even when there is no integer ind...
Nadav Rotem
2012-11-25
Refactor to make helper method static.
Craig Topper
2012-11-25
Remove duplicate check of LimitFloatPrecision. It was already checked earlier...
Craig Topper
2012-11-25
Factor common code out of individual if blocks into common tail.
Craig Topper
2012-11-24
Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...
Craig Topper
2012-11-24
Refactor a bit to make some helper methods static.
Craig Topper
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
PPC: Reinstate the fatal error when trying to emit a macho file.
Benjamin Kramer
2012-11-24
ARM: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-24
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
PPC: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-24
PPC: Simplify code with Twines.
Benjamin Kramer
2012-11-24
Factor some common code out of individual if blocks.
Craig Topper
2012-11-24
Change the representation of MCCFIInstruction.
Rafael Espindola
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
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
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
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
[prev]
[next]