projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-09-13
Nadav Rotem
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Bill Wendling
Use Nick's suggestion of storing a large NULL into...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Nadav Rotem
Stack Coloring: We have code that checks that all of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Dmitri Gribenko
Fix Doxygen issues:
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Dmitri Gribenko
Fix a doxygen issue: these examples are supposed to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Craig Topper
Fix function name in comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Craig Topper
Add a new compression type to ModRM table that detects...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Jim Grosbach
MCJIT: relocation addends encoded in the target aren...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Jim Grosbach
MCJIT: Make sure to mask off non-type-field bits.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Jim Grosbach
MCJIT: Pass the i386 MachO relocation type properly.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Jakob Stoklund...
Don't fold indexed loads into TCRETURNmi64.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Bill Wendling
Introduce the __llvm_gcov_flush function.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Eric Christopher
Recommit, with fixes:
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Akira Hatanaka
Misc.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Michael Liao
Fix PR11985
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Dan Gohman
Detect overflow in the path count computation. rdar...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Owen Anderson
Remove an overly-aggressive assertion. The code follow...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Jakob Stoklund...
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Eric Christopher
Revert "Add some support for dealing with an object...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Chad Rosier
[ms-inline asm] Make the operand size directives case...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Jim Grosbach
TableGen: Convert an assert() to a proper diagnostic.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Manman Ren
PGO: preserve branch-weight metadata when removing...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Dmitri Gribenko
Fix a couple of Doxygen comment issues pointed out...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Roman Divacky
Enable exceptions handling on PPC64 now that cr misalig...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Alexander Potapenko
Suppress the warnings about unused parameters in change...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Roman Divacky
This patch corrects logic in PPCFrameLowering for save...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Roman Divacky
Add support for AMD Geode.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Kristof Beyls
Fix constant folding through bitcasts by no longer...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Nadav Rotem
Add a flag to disable the code that looks for allocas...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
James Molloy
Add a function computeRegisterLiveness() to MachineBasi...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
James Molloy
Add an analyzePhysReg() function to MachineOperandItera...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Duncan Sands
When calling print directly on a global (eg from the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Nadav Rotem
Enable stack-coloring, in hope that the recent fixes...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Lang Hames
Make findLastUseBefore handle reg-unit liveness.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Craig Topper
Indentation fixes. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Manman Ren
Release build: guard dump functions with
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Nadav Rotem
Stack coloring: remove lifetime intervals which contain...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Eric Christopher
Add some support for dealing with an object pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Owen Anderson
Improve tblgen code cleanliness: create an unknown_clas...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Owen Anderson
Compute a map from register names to registers, rather...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
Add documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
Add a few virtual functions to the abstract MCParsedAsm...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
Rename the isMemory() function to isMem(). No function...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Manman Ren
Release build: guard dump functions with
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
StringSwitchify.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
Simplify logic. No functional change intended.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
[ms-inline asm] Split the parsing of IR asm strings...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Manman Ren
SimplifyCFG: preserve branch-weight metadata when creat...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Jakob Stoklund...
Add TRI::getSubRegIndexLaneMask().
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Jakob Stoklund...
Clean the sub-reg index composition maps at emission.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Jakob Stoklund...
Add MCRI::getNumSubRegIndices() and start checking...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chad Rosier
Formatting. No functional change intended.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Nadav Rotem
Dragonegg selfhost exposed additional cases where alloc...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Nadav Rotem
Enable stack coloring.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Nadav Rotem
Stack Coloring: Dont crash on dbg values which use...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Evgeniy Stepanov
CMake toolchain file for Android NDK.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Duncan Sands
Add IRC handle.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Craig Topper
Make a bunch of lowering helper functions static instea...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Craig Topper
Change unsigned to a uint16_t in static disassembler...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
NAKAMURA Takumi
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Alex Rosenberg
Add a pass that renames everything with metasyntatic...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Craig Topper
Teach DAG combiner to constant fold FABS of a BUILD_VEC...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Chandler Carruth
Add support for finding cacheflush on OpenBSD/mips64...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Andrew Trick
Reorganize MachineScheduler interfaces and publish...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Andrew Trick
Remove unused declaration
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Christopher
Revert r160148 it seems to cause more problems than...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Christopher
80-col fixup.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Christopher
80-col fixup.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Christopher
No reason to construct this twice.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
Add newline.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
Update function names to conform to guidelines. No...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
Revert r163556. Missed updates to tablegen files.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
Update function names to conform to guidelines. No...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
NAKAMURA Takumi
test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
[ms-inline asm] Properly emit the asm directives when...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
Update test case for Release builds.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Dmitri Gribenko
Remove redundant semicolons which are null statements.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Disable stack coloring because it makes dragonegg fail...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
[ms-inline asm] Pass the correct AsmVariant to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Chad Rosier
[ms-inline asm] Add support for .att_syntax directive.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Enable stack coloring.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Jakob Stoklund...
Don't attempt to use flags from predicated instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Michael J....
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Stack Coloring: Handle the case where END markers come...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Michael Liao
Enhance PR11334 fix to support extload from v2f32/v4f32
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Sergei Larin
Add "blocked" heuristic to the Hexagon MI scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Michael Ilseman
Fold multiply by 0 or 1 when in UnsafeFPMath mode in...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Michael Ilseman
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Michael Liao
Add boolean simplification support from CMOV
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
James Molloy
Fix an assertion failure when optimising a shufflevecto...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Minor cleanup. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Stack Coloring: Debug prints to print the slot number...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Stack Coloring: When searching for disjoint regions...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Nadav Rotem
Stack Coloring: Add support for multiple regions of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Elena Demikhovsky
The VPSHUFB 256-bit instruction may be generated when...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Benjamin Kramer
Make helper function static.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Benjamin Kramer
Move bypassSlowDivision into the llvm namespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Benjamin Kramer
c bindings: revert LLVMConstInlineAsm to always use...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Evgeniy Stepanov
GTest on Android needs a custom tmpdir path.
commit
|
commitdiff
|
tree
|
snapshot
next