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-12-04
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-04
Fix whitespace.
NAKAMURA Takumi
2012-12-04
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-04
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-03
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
Minor tweaking to SmallVector static size.
Michael Ilseman
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-12-03
constify the cost API
Nadav Rotem
2012-12-03
IF-conversion: teach the cost-model how to grade if-converted loops.
Nadav Rotem
2012-12-03
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
Define store instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Now that we have a basic if-conversion infrastructure we can rename the
Nadav Rotem
2012-12-03
Since this SmallVector immediately grows on the next line, don't waste stack ...
Michael Ilseman
2012-12-03
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
Define load instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
Add initial support for IF-conversion. This patch implements the first 1/3,
Nadav Rotem
2012-12-03
Define unsigned const-ext predicates.
Jyotsna Verma
2012-12-03
Removing unnecessary 'else' statement from the predicates defined in HexagonO...
Jyotsna Verma
2012-12-03
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
Teach the jump threading optimization to stop scanning the basic block when c...
Nadav Rotem
2012-12-03
Revert r169039, "Aggregate pass execution time report by pass ID instead of p...
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
Remove some buggy and apparantly unnecessary code from SROA.
Chandler Carruth
2012-12-03
fix stats for added checks
Nuno Lopes
2012-12-03
Define signed const-ext predicates.
Jyotsna Verma
2012-12-02
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-12-01
SROA: Avoid struct and array types early to avoid creating an overly large in...
Benjamin Kramer
2012-12-01
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-12-01
VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().
NAKAMURA Takumi
2012-12-01
MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()
Daniel Dunbar
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
[prev]
[next]