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
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a comment about where this should eventually move.
Chris Lattner
2010-09-05
1
-0
/
+7
*
There is no need to use .set here.
Devang Patel
2010-09-02
1
-8
/
+1
*
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-09-02
2
-4
/
+34
*
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
1
-1
/
+5
*
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
1
-3
/
+10
*
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
1
-10
/
+3
*
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
1
-3
/
+10
*
Simplify.
Devang Patel
2010-08-31
2
-15
/
+15
*
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-28
1
-18
/
+0
*
Revert r107202. It is not adding any value.
Devang Patel
2010-08-24
2
-17
/
+6
*
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-23
1
-6
/
+16
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
1
-2
/
+8
*
Improve whitespace.
Bill Wendling
2010-08-18
1
-1
/
+2
*
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-08-16
1
-2
/
+2
*
Do not forget debug info for enums. Use named mdnode to keep track of these t...
Devang Patel
2010-08-10
1
-0
/
+5
*
Handle TAG_constant for integers.
Devang Patel
2010-08-10
1
-20
/
+37
*
Simplify.
Devang Patel
2010-08-10
2
-4
/
+4
*
Drop "const". It does not add value here.
Devang Patel
2010-08-10
2
-10
/
+10
*
Do not include file static variable in pubnames list.
Devang Patel
2010-08-10
2
-54
/
+38
*
Undo accidental commit.
Devang Patel
2010-08-09
2
-38
/
+54
*
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
2
-54
/
+38
*
Refactor.
Devang Patel
2010-08-09
1
-9
/
+5
*
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
2010-08-09
2
-82
/
+93
*
It is ok, and convenient, to pass descriptors by value.
Devang Patel
2010-08-09
2
-41
/
+41
*
Rename a method.
Devang Patel
2010-08-09
1
-3
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Use location entry only of the location described by DBG_VALUE is valid.
Devang Patel
2010-08-04
1
-3
/
+6
*
Fix typo in comment.
Devang Patel
2010-08-04
1
-1
/
+1
*
Change this llvm_unreachable to report_fatal_error, since it can
Dan Gohman
2010-08-04
1
-4
/
+11
*
If a variable is spilled by code generator then use DW_OP_fbreg to describe i...
Devang Patel
2010-08-04
1
-10
/
+35
*
Free DbgScope created for dead functions.
Devang Patel
2010-08-02
1
-0
/
+4
*
Reference the personalities. Don't copy them into a new vector.
Bill Wendling
2010-08-01
1
-1
/
+1
*
It is FE's responsibility to emit proper directory name.
Devang Patel
2010-07-27
1
-4
/
+1
*
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-24
1
-0
/
+5
*
Revert r109262.
Devang Patel
2010-07-23
1
-5
/
+0
*
IF directory name is empty then try to extract one using absolute file name.
Devang Patel
2010-07-23
1
-0
/
+5
*
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
1
-0
/
+4
*
80 column and trailing whitespace cleanup
Jim Grosbach
2010-07-21
1
-171
/
+173
*
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
1
-2
/
+2
*
Correct line info for declarations/definitions. Radar 8063111.
Stuart Hastings
2010-07-19
1
-11
/
+4
*
Fix PR 7662.
Devang Patel
2010-07-19
1
-0
/
+1
*
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-19
1
-1
/
+1
*
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
1
-6
/
+7
*
Use isPrologLabel() instead of checking the opcode directly.
Bill Wendling
2010-07-17
1
-1
/
+1
*
Consider this function:
Bill Wendling
2010-07-16
1
-2
/
+12
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-1
/
+1
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+2
*
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-15
2
-15
/
+1
[next]