index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...
Enrico Granata
2012-08-08
8
-24
/
+24
*
Made "call" another alias for "expression --",
Sean Callanan
2012-08-08
1
-0
/
+2
*
Added the ability to set the architecture from two numbers that represent the...
Greg Clayton
2012-08-08
1
-0
/
+39
*
<rdar://problem/11576169> Better documentation string for the -Y option to fr...
Enrico Granata
2012-08-08
1
-1
/
+1
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
4
-23
/
+13
*
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
6
-49
/
+139
*
Don't scan physreg use-def chains looking for a PIC base.
Jakob Stoklund Olesen
2012-08-08
1
-10
/
+4
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
4
-13
/
+23
*
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-08
2
-11
/
+67
*
objc-arc: Make -Wdirect-ivar-access accessible to all
Fariborz Jahanian
2012-08-07
3
-11
/
+22
*
Whitespace.
Chad Rosier
2012-08-07
1
-36
/
+36
*
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-07
1
-10
/
+11
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
7
-0
/
+65
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
2
-1
/
+10
*
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
2
-6
/
+52
*
When building a conditional operator where one operand is a throw-expression
Richard Smith
2012-08-07
2
-7
/
+42
*
-Wunused-private-fields: Don't try to check unresolved initializer expressions
Richard Smith
2012-08-07
2
-44
/
+50
*
objc-arc: set nonlazybind attribute on objc_retain/
Fariborz Jahanian
2012-08-07
2
-2
/
+9
*
Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfield
Dmitri Gribenko
2012-08-07
1
-2
/
+0
*
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
1
-1
/
+10
*
Fix capitalization of LibXml2 for CMake on case-sensitive file systems
Douglas Gregor
2012-08-07
1
-1
/
+1
*
Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.
Bob Wilson
2012-08-07
2
-1
/
+7
*
Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min
Ted Kremenek
2012-08-07
1
-0
/
+2
*
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
7
-3
/
+61
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
3
-6
/
+30
*
Turn on strncat-size warning implemented a while ago.
Anna Zaks
2012-08-07
2
-3
/
+3
*
c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.
Dmitri Gribenko
2012-08-07
1
-2
/
+2
*
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
2
-13
/
+55
*
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
2
-2
/
+2
*
Comment.h: fix typo in comment
Dmitri Gribenko
2012-08-07
1
-1
/
+1
*
Comment AST: treat enumerators as "variables" in DeclInfo.
Dmitri Gribenko
2012-08-07
3
-2
/
+9
*
Remove empty directory.
Eli Friedman
2012-08-07
0
-0
/
+0
*
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
3
-15
/
+78
*
Added code to let the user specify a compilation database on the command line
Marshall Clow
2012-08-07
1
-6
/
+10
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
43
-59
/
+1423
*
Tidy up a bit.
Jim Grosbach
2012-08-07
1
-12
/
+10
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
2
-27
/
+56
*
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
1
-0
/
+4
*
objective-c: Exclude -Wdirect-ivar-access for arc.
Fariborz Jahanian
2012-08-07
3
-4
/
+22
*
Added fix from Pawel Worach.
Filipe Cabecinhas
2012-08-07
1
-1
/
+1
*
Start working on the test suite in FreeBSD
Filipe Cabecinhas
2012-08-07
1
-0
/
+4
*
[compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...
Alexey Samsonov
2012-08-07
1
-1
/
+1
*
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
5
-48
/
+140
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
2
-3
/
+220
*
[ASan] simplify cmake rules for adding lit testsuites
Alexey Samsonov
2012-08-07
1
-9
/
+6
*
[ASan] add llvm_tools_dir to lit.site.cfg for ASan and add it to PATH
Alexey Samsonov
2012-08-07
2
-0
/
+16
*
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
2
-11
/
+79
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
5
-21
/
+59
*
Properly check length modfiers for %n in format strings.
Hans Wennborg
2012-08-07
5
-3
/
+117
*
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
6
-144
/
+128
[next]