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
2013-03-14
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
Use frame-index scavenging for PPC register spilling
Hal Finkel
2013-03-14
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-14
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
[mips] Fix filename in comment and delete unnecessary lines of code.
Akira Hatanaka
2013-03-14
Hexagon: Removed asserts regarding alignment and offset.
Jyotsna Verma
2013-03-14
Android uses cacheflush(long start, long end, long flags) for MIPS.
Akira Hatanaka
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-14
Add back lines which were accidentally deleted in CMakeLists.txt.
Akira Hatanaka
2013-03-14
[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
Akira Hatanaka
2013-03-14
Add a comment about overlapping PPC frame offsets
Hal Finkel
2013-03-14
[mips] Rename functions and variables to start with proper case.
Akira Hatanaka
2013-03-14
Add header file MipsISelDAGToDAG.h.
Akira Hatanaka
2013-03-14
[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for
Akira Hatanaka
2013-03-14
Perform factorization as a last resort of unsafe fadd/fsub simplification.
Shuxin Yang
2013-03-14
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-14
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
Fix the name of a variable to match its declaration. Fixes build failure from...
Craig Topper
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-14
Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...
Craig Topper
2013-03-14
Fix PR15309
Michael Liao
2013-03-14
Remove accidentally committed debug line.
Nick Lewycky
2013-03-14
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-13
No functionality change. Rename emitGCNO() to the more sensible
Nick Lewycky
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
2013-03-13
R600: Remove unused Outputs variable
Vincent Lejeune
2013-03-13
No functionality change. Use unreachable in getCUOffset.
Manman Ren
2013-03-13
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
Check register classes also when changing them.
Jakob Stoklund Olesen
2013-03-13
Fix a performance regression when combining to smaller types in icmp (shl %v,...
Arnaud A. de Grandmaison
2013-03-13
Add one more overload to make VS2008's debug mody happy.
Benjamin Kramer
2013-03-13
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Don't crash if write_impl() leaves less buffer space available than expected.
Matt Beaumont-Gay
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
ARM cost model: Increase the cost for vector casts that use the stack
Arnold Schwaighofer
2013-03-12
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
2013-03-12
Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just
Kevin Enderby
2013-03-12
Add a doFinalization method to the DataLayout pass.
Pete Cooper
[prev]
[next]