index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
2
-1
/
+55
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
6
-57
/
+58
*
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
1
-2
/
+1
*
Suppress the warnings about unused parameters in changeColor()
Alexander Potapenko
2012-09-12
1
-0
/
+3
*
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
5
-74
/
+326
*
Add support for AMD Geode.
Roman Divacky
2012-09-12
2
-0
/
+2
*
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
2
-2
/
+12
*
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
1
-6
/
+18
*
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
2
-0
/
+96
*
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
3
-7
/
+91
*
When calling print directly on a global (eg from the debugger) it
Duncan Sands
2012-09-12
1
-3
/
+3
*
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
1
-1
/
+1
*
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-12
1
-8
/
+29
*
Indentation fixes. No functional change.
Craig Topper
2012-09-12
1
-8
/
+8
*
Release build: guard dump functions with
Manman Ren
2012-09-12
22
-30
/
+30
*
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
2
-3
/
+74
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
7
-1
/
+130
*
Improve tblgen code cleanliness: create an unknown_class, from which the unkn...
Owen Anderson
2012-09-11
3
-4
/
+5
*
Compute a map from register names to registers, rather than scanning the list...
Owen Anderson
2012-09-11
3
-6
/
+15
*
Add documentation.
Chad Rosier
2012-09-11
1
-0
/
+4
*
Add a few virtual functions to the abstract MCParsedAsmOperand class.
Chad Rosier
2012-09-11
1
-0
/
+5
*
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-11
1
-22
/
+22
*
Release build: guard dump functions with
Manman Ren
2012-09-11
20
-27
/
+27
*
StringSwitchify.
Chad Rosier
2012-09-11
1
-8
/
+10
*
Simplify logic. No functional change intended.
Chad Rosier
2012-09-11
1
-9
/
+8
*
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
2
-67
/
+170
*
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
2
-81
/
+137
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
5
-9
/
+102
*
Clean the sub-reg index composition maps at emission.
Jakob Stoklund Olesen
2012-09-11
3
-20
/
+2
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
4
-3
/
+14
*
Formatting. No functional change intended.
Chad Rosier
2012-09-11
1
-1
/
+1
*
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
2
-3
/
+35
*
CMake toolchain file for Android NDK.
Evgeniy Stepanov
2012-09-11
1
-0
/
+21
*
Add IRC handle.
Duncan Sands
2012-09-11
1
-0
/
+1
*
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
2
-82
/
+56
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
3
-2
/
+6
*
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
1
-0
/
+1
*
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
7
-0
/
+237
*
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
1
-22
/
+47
*
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
2
-4
/
+8
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
4
-766
/
+336
*
Remove unused declaration
Andrew Trick
2012-09-11
1
-2
/
+0
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
2
-29
/
+1
*
80-col fixup.
Eric Christopher
2012-09-10
3
-4
/
+6
*
80-col fixup.
Eric Christopher
2012-09-10
1
-1
/
+2
*
No reason to construct this twice.
Eric Christopher
2012-09-10
2
-2
/
+2
*
Add newline.
Chad Rosier
2012-09-10
1
-1
/
+1
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
7
-14
/
+14
[next]