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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
1
-0
/
+22
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
2
-2
/
+2
*
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
1
-2
/
+1
*
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
4
-74
/
+277
*
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
1
-2
/
+2
*
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
1
-0
/
+74
*
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
2
-4
/
+54
*
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
1
-0
/
+47
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
4
-0
/
+40
*
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
1
-67
/
+158
*
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
1
-81
/
+45
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-2
/
+4
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
1
-0
/
+3
*
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
1
-3
/
+5
*
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
2
-2
/
+2
*
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
2
-0
/
+133
*
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
3
-766
/
+118
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
1
-1
/
+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
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
7
-14
/
+14
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
2
-4
/
+4
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
2
-4
/
+4
*
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
1
-1
/
+17
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
6
-7
/
+7
*
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
1
-1
/
+1
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
3
-7
/
+10
*
[ms-inline asm] Add support for .att_syntax directive.
Chad Rosier
2012-09-10
1
-1
/
+4
*
Enable stack coloring.
Nadav Rotem
2012-09-10
1
-1
/
+1
*
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
1
-2
/
+8
*
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
1
-2
/
+1
*
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
1
-0
/
+12
[next]