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-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
Fix a typo.
Nadav Rotem
2012-09-13
Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...
Bill Wendling
2012-09-13
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Add a new compression type to ModRM table that detects when the memory modRM ...
Craig Topper
2012-09-13
MCJIT: relocation addends encoded in the target aren't quite so easy.
Jim Grosbach
2012-09-13
MCJIT: Make sure to mask off non-type-field bits.
Jim Grosbach
2012-09-13
MCJIT: Pass the i386 MachO relocation type properly.
Jim Grosbach
2012-09-13
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
Introduce the __llvm_gcov_flush function.
Bill Wendling
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Misc.
Akira Hatanaka
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
2012-09-12
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
[ms-inline asm] Make the operand size directives case insensitive.
Chad Rosier
2012-09-12
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
Add support for AMD Geode.
Roman Divacky
2012-09-12
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
When calling print directly on a global (eg from the debugger) it
Duncan Sands
2012-09-12
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-12
Indentation fixes. No functional change.
Craig Topper
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-12
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-11
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-11
StringSwitchify.
Chad Rosier
2012-09-11
Simplify logic. No functional change intended.
Chad Rosier
2012-09-11
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
Enable stack coloring.
Nadav Rotem
2012-09-11
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
[next]