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
/
include
Age
Commit message (
Expand
)
Author
2012-02-14
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
v2f16 is a floating point type. Add symbolic floating point type ranges to p...
Owen Anderson
2012-02-13
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
2012-02-13
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-12
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
Make the EDis tables const.
Benjamin Kramer
2012-02-11
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
comment
Andrew Trick
2012-02-10
Clean up comment.
Jakob Stoklund Olesen
2012-02-10
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
Make aliasesPointer and aliasesUnknownInst public members of AliasSet.
Hal Finkel
2012-02-10
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
Store just the SimpleValueType in the generated VT tables for each register c...
Benjamin Kramer
2012-02-09
Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ...
Benjamin Kramer
2012-02-09
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
Value initialize MCRegisterClasses. Not sure how could miss this during the M...
Benjamin Kramer
2012-02-08
Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...
Craig Topper
2012-02-08
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-02-08
Don't use static CTORs for the Attributes constants, while still keeping the ...
Kostya Serebryany
2012-02-08
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
Remove tabs.
Devang Patel
2012-02-07
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
Bitcode/BitstreamReader.h: Tweak for big endian hosts.
NAKAMURA Takumi
2012-02-06
Fix comment-rulers.
Nick Lewycky
2012-02-06
Remove some unused functions.
Jakob Stoklund Olesen
2012-02-06
System headers after llvm headers.
Nick Lewycky
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-02-06
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
[next]